Html Css Color HEX #600129 Tyrian Purple

📋 copy color: '#600129'

red 96 ◦ green 1 ◦ blue 41

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

Shades of Tyrian Purple #600129

Tints of Tyrian Purple #600129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 69.57%
G = 0.72%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#600129 (or 0x600129) is known color: Tyrian Purple. HEX triplet: 60, 01 and 29. RGB value is (96,1,41). Sum of RGB (Red+Green+Blue) = 96+1+41=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600129 is #9FFED6. Grayscale: #212121. Windows color (decimal): -10485463 or 2687328. OLE color: 2687328.

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

Color convert

RGB 96 1 41 -
CMYK 0 0.99 0.57 0.62
HSL 334.74º 0.98% 0.19% -
HSV(B) 334.74º 0.99% 0.38% -
XYZ 5.23 2.67 2.34 -
YUV 33.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 96 1 41 0 0.99 0.57 0.62 334.74 0.98 0.19
Hex 60 1 29 0 63 39 3E 14F 62 13
Octal 140 1 51 0 143 71 76 517 142 23
Binary 1100000 1 101001 0 1100011 111001 111110 101001111 1100010 10011

Color Harmonies of #600129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600129

Black with #600129

Text Example


Text Example

White with #600129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600129; }

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

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

background-color css

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

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

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

border-color css

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

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

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