Html Css Color HEX #600C44 Tyrian Purple

📋 copy color: '#600C44'

red 96 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #600C44

Tints of Tyrian Purple #600C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.82%

 BLUE value IS 68 (26.95% from 255) = 38.64%

R = 54.55%
G = 6.82%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#600C44 (or 0x600C44) is known color: Tyrian Purple. HEX triplet: 60, 0C and 44. RGB value is (96,12,68). Sum of RGB (Red+Green+Blue) = 96+12+68=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #600C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C44 is #9FF3BB. Grayscale: #2B2B2B. Windows color (decimal): -10482620 or 4459616. OLE color: 4459616.

HSL color Cylindrical-coordinate representation of color #600C44: hue angle of 320º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C44 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 68 -
CMYK 0 0.88 0.29 0.62
HSL 320º 0.78% 0.21% -
HSV(B) 320º 0.88% 0.38% -
XYZ 6 3.17 5.76 -
YUV 43.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 96 12 68 0 0.88 0.29 0.62 320 0.78 0.21
Hex 60 C 44 0 58 1D 3E 140 4E 15
Octal 140 14 104 0 130 35 76 500 116 25
Binary 1100000 1100 1000100 0 1011000 11101 111110 101000000 1001110 10101

Color Harmonies of #600C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C44

Black with #600C44

Text Example


Text Example

White with #600C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600C44; }

 p { color: rgb(96,12,68); }

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

background-color css

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

 a { background-color: rgb(96,12,68); }

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

border-color css

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

 span { border-color: rgb(96,12,68); }

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