Html Css Color HEX #600729 Tyrian Purple

📋 copy color: '#600729'

red 96 ◦ green 7 ◦ blue 41

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

Shades of Tyrian Purple #600729

Tints of Tyrian Purple #600729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

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

R = 66.67%
G = 4.86%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#600729 (or 0x600729) is known color: Tyrian Purple. HEX triplet: 60, 07 and 29. RGB value is (96,7,41). Sum of RGB (Red+Green+Blue) = 96+7+41=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600729 is #9FF8D6. Grayscale: #252525. Windows color (decimal): -10483927 or 2688864. OLE color: 2688864.

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

Color convert

RGB 96 7 41 -
CMYK 0 0.93 0.57 0.62
HSL 337.08º 0.86% 0.2% -
HSV(B) 337.08º 0.93% 0.38% -
XYZ 5.3 2.8 2.36 -
YUV 37.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 96 7 41 0 0.93 0.57 0.62 337.08 0.86 0.2
Hex 60 7 29 0 5D 39 3E 151 56 14
Octal 140 7 51 0 135 71 76 521 126 24
Binary 1100000 111 101001 0 1011101 111001 111110 101010001 1010110 10100

Color Harmonies of #600729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600729

Black with #600729

Text Example


Text Example

White with #600729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600729; }

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

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

background-color css

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

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

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

border-color css

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

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

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