Html Css Color HEX #60082C Tyrian Purple

📋 copy color: '#60082C'

red 96 ◦ green 8 ◦ blue 44

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

Shades of Tyrian Purple #60082C

Tints of Tyrian Purple #60082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 64.86%
G = 5.41%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60082C (or 0x60082C) is known color: Tyrian Purple. HEX triplet: 60, 08 and 2C. RGB value is (96,8,44). Sum of RGB (Red+Green+Blue) = 96+8+44=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60082C is #9FF7D3. Grayscale: #262626. Windows color (decimal): -10483668 or 2885728. OLE color: 2885728.

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

Color convert

RGB 96 8 44 -
CMYK 0 0.92 0.54 0.62
HSL 335.45º 0.85% 0.2% -
HSV(B) 335.45º 0.92% 0.38% -
XYZ 5.37 2.84 2.65 -
YUV 38.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 96 8 44 0 0.92 0.54 0.62 335.45 0.85 0.2
Hex 60 8 2C 0 5C 36 3E 14F 55 14
Octal 140 10 54 0 134 66 76 517 125 24
Binary 1100000 1000 101100 0 1011100 110110 111110 101001111 1010101 10100

Color Harmonies of #60082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60082C

Black with #60082C

Text Example


Text Example

White with #60082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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