Html Css Color HEX #600628 Tyrian Purple

📋 copy color: '#600628'

red 96 ◦ green 6 ◦ blue 40

#600628
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #600628

Tints of Tyrian Purple #600628

RGB

 RED value IS 96 (37.89% from 255) = 67.61%

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 67.61%
G = 4.23%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#600628 (or 0x600628) is known color: Tyrian Purple. HEX triplet: 60, 06 and 28. RGB value is (96,6,40). Sum of RGB (Red+Green+Blue) = 96+6+40=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600628 is #9FF9D7. Grayscale: #242424. Windows color (decimal): -10484184 or 2623072. OLE color: 2623072.

HSL color Cylindrical-coordinate representation of color #600628: hue angle of 337.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600628 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 40 -
CMYK 0 0.94 0.58 0.62
HSL 337.33º 0.88% 0.2% -
HSV(B) 337.33º 0.94% 0.38% -
XYZ 5.27 2.77 2.26 -
YUV 36.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 96 6 40 0 0.94 0.58 0.62 337.33 0.88 0.2
Hex 60 6 28 0 5E 3A 3E 151 58 14
Octal 140 6 50 0 136 72 76 521 130 24
Binary 1100000 110 101000 0 1011110 111010 111110 101010001 1011000 10100

Color Harmonies of #600628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600628

Black with #600628

Text Example


Text Example

White with #600628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600628; }

 p { color: rgb(96,6,40); }

 H1.HeaderClassName
 {
   color: #600628;
 }
 .AnyTagClassName
 {
   color: #600628;
 }
</style>

background-color css

<style>
 a { background-color: #600628; }

 a { background-color: rgb(96,6,40); }

 div.DivClassName
 {
   background-color: #600628;
 }
 .BgClassName
 {
   background-color: #600628;
 }
</style>

border-color css

<style>
 span { border-color: #600628; }

 span { border-color: rgb(96,6,40); }

 td.TdClassName
 {
   border-color: #600628;
 }
 .TagClassName
 {
   border-color: #600628;
 }
</style>