Html Css Color HEX #60092B Tyrian Purple

📋 copy color: '#60092B'

red 96 ◦ green 9 ◦ blue 43

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

Shades of Tyrian Purple #60092B

Tints of Tyrian Purple #60092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 64.86%
G = 6.08%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60092B (or 0x60092B) is known color: Tyrian Purple. HEX triplet: 60, 09 and 2B. RGB value is (96,9,43). Sum of RGB (Red+Green+Blue) = 96+9+43=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60092B is #9FF6D4. Grayscale: #262626. Windows color (decimal): -10483413 or 2820448. OLE color: 2820448.

HSL color Cylindrical-coordinate representation of color #60092B: hue angle of 336.55º 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 #60092B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 43 -
CMYK 0 0.91 0.55 0.62
HSL 336.55º 0.83% 0.21% -
HSV(B) 336.55º 0.91% 0.38% -
XYZ 5.36 2.86 2.55 -
YUV 38.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 96 9 43 0 0.91 0.55 0.62 336.55 0.83 0.21
Hex 60 9 2B 0 5B 37 3E 151 53 15
Octal 140 11 53 0 133 67 76 521 123 25
Binary 1100000 1001 101011 0 1011011 110111 111110 101010001 1010011 10101

Color Harmonies of #60092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60092B

Black with #60092B

Text Example


Text Example

White with #60092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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