Html Css Color HEX #60092F Tyrian Purple

📋 copy color: '#60092F'

red 96 ◦ green 9 ◦ blue 47

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

Shades of Tyrian Purple #60092F

Tints of Tyrian Purple #60092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 63.16%
G = 5.92%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60092F (or 0x60092F) is known color: Tyrian Purple. HEX triplet: 60, 09 and 2F. RGB value is (96,9,47). Sum of RGB (Red+Green+Blue) = 96+9+47=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #60092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60092F is #9FF6D0. Grayscale: #272727. Windows color (decimal): -10483409 or 3082592. OLE color: 3082592.

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

Color convert

RGB 96 9 47 -
CMYK 0 0.91 0.51 0.62
HSL 333.79º 0.83% 0.21% -
HSV(B) 333.79º 0.91% 0.38% -
XYZ 5.43 2.89 2.96 -
YUV 39.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 96 9 47 0 0.91 0.51 0.62 333.79 0.83 0.21
Hex 60 9 2F 0 5B 33 3E 14E 53 15
Octal 140 11 57 0 133 63 76 516 123 25
Binary 1100000 1001 101111 0 1011011 110011 111110 101001110 1010011 10101

Color Harmonies of #60092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60092F

Black with #60092F

Text Example


Text Example

White with #60092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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