Html Css Color HEX #60092C Tyrian Purple

📋 copy color: '#60092C'

red 96 ◦ green 9 ◦ blue 44

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

Shades of Tyrian Purple #60092C

Tints of Tyrian Purple #60092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

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

R = 64.43%
G = 6.04%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60092C (or 0x60092C) is known color: Tyrian Purple. HEX triplet: 60, 09 and 2C. RGB value is (96,9,44). Sum of RGB (Red+Green+Blue) = 96+9+44=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60092C is #9FF6D3. Grayscale: #262626. Windows color (decimal): -10483412 or 2885984. OLE color: 2885984.

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

Color convert

RGB 96 9 44 -
CMYK 0 0.91 0.54 0.62
HSL 335.86º 0.83% 0.21% -
HSV(B) 335.86º 0.91% 0.38% -
XYZ 5.38 2.86 2.65 -
YUV 39 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 96 9 44 0 0.91 0.54 0.62 335.86 0.83 0.21
Hex 60 9 2C 0 5B 36 3E 150 53 15
Octal 140 11 54 0 133 66 76 520 123 25
Binary 1100000 1001 101100 0 1011011 110110 111110 101010000 1010011 10101

Color Harmonies of #60092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60092C

Black with #60092C

Text Example


Text Example

White with #60092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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