Html Css Color HEX #60002C Tyrian Purple

📋 copy color: '#60002C'

red 96 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #60002C

Tints of Tyrian Purple #60002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 68.57%
G = 0%
B = 31.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60002C (or 0x60002C) is known color: Tyrian Purple. HEX triplet: 60, 00 and 2C. RGB value is (96,0,44). Sum of RGB (Red+Green+Blue) = 96+0+44=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #60002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60002C is #9FFFD3. Grayscale: #212121. Windows color (decimal): -10485716 or 2883680. OLE color: 2883680.

HSL color Cylindrical-coordinate representation of color #60002C: hue angle of 332.5º 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 #60002C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 44 -
CMYK 0 1 0.54 0.62
HSL 332.5º 1% 0.19% -
HSV(B) 332.5º 1% 0.38% -
XYZ 5.28 2.67 2.62 -
YUV 33.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 96 0 44 0 1 0.54 0.62 332.5 1 0.19
Hex 60 0 2C 0 64 36 3E 14C 64 13
Octal 140 0 54 0 144 66 76 514 144 23
Binary 1100000 0 101100 0 1100100 110110 111110 101001100 1100100 10011

Color Harmonies of #60002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60002C

Black with #60002C

Text Example


Text Example

White with #60002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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