Html Css Color HEX #60062C Tyrian Purple

📋 copy color: '#60062C'

red 96 ◦ green 6 ◦ blue 44

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

Shades of Tyrian Purple #60062C

Tints of Tyrian Purple #60062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

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

R = 65.75%
G = 4.11%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60062C (or 0x60062C) is known color: Tyrian Purple. HEX triplet: 60, 06 and 2C. RGB value is (96,6,44). Sum of RGB (Red+Green+Blue) = 96+6+44=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60062C is #9FF9D3. Grayscale: #252525. Windows color (decimal): -10484180 or 2885216. OLE color: 2885216.

HSL color Cylindrical-coordinate representation of color #60062C: hue angle of 334.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60062C is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 44 -
CMYK 0 0.94 0.54 0.62
HSL 334.67º 0.88% 0.2% -
HSV(B) 334.67º 0.94% 0.38% -
XYZ 5.34 2.8 2.64 -
YUV 37.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 96 6 44 0 0.94 0.54 0.62 334.67 0.88 0.2
Hex 60 6 2C 0 5E 36 3E 14F 58 14
Octal 140 6 54 0 136 66 76 517 130 24
Binary 1100000 110 101100 0 1011110 110110 111110 101001111 1011000 10100

Color Harmonies of #60062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60062C

Black with #60062C

Text Example


Text Example

White with #60062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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