Html Css Color HEX #600029 Tyrian Purple

📋 copy color: '#600029'

red 96 ◦ green 0 ◦ blue 41

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

Shades of Tyrian Purple #600029

Tints of Tyrian Purple #600029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 70.07%
G = 0%
B = 29.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#600029 (or 0x600029) is known color: Tyrian Purple. HEX triplet: 60, 00 and 29. RGB value is (96,0,41). Sum of RGB (Red+Green+Blue) = 96+0+41=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600029 is #9FFFD6. Grayscale: #212121. Windows color (decimal): -10485719 or 2687072. OLE color: 2687072.

HSL color Cylindrical-coordinate representation of color #600029: hue angle of 334.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600029 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 41 -
CMYK 0 1 0.57 0.62
HSL 334.38º 1% 0.19% -
HSV(B) 334.38º 1% 0.38% -
XYZ 5.22 2.65 2.33 -
YUV 33.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 96 0 41 0 1 0.57 0.62 334.38 1 0.19
Hex 60 0 29 0 64 39 3E 14E 64 13
Octal 140 0 51 0 144 71 76 516 144 23
Binary 1100000 0 101001 0 1100100 111001 111110 101001110 1100100 10011

Color Harmonies of #600029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600029

Black with #600029

Text Example


Text Example

White with #600029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600029; }

 p { color: rgb(96,0,41); }

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

background-color css

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

 a { background-color: rgb(96,0,41); }

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

border-color css

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

 span { border-color: rgb(96,0,41); }

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