Html Css Color HEX #60082F Tyrian Purple

📋 copy color: '#60082F'

red 96 ◦ green 8 ◦ blue 47

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

Shades of Tyrian Purple #60082F

Tints of Tyrian Purple #60082F

RGB

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

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

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

R = 63.58%
G = 5.3%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60082F (or 0x60082F) is known color: Tyrian Purple. HEX triplet: 60, 08 and 2F. RGB value is (96,8,47). Sum of RGB (Red+Green+Blue) = 96+8+47=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #60082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60082F is #9FF7D0. Grayscale: #262626. Windows color (decimal): -10483665 or 3082336. OLE color: 3082336.

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

Color convert

RGB 96 8 47 -
CMYK 0 0.92 0.51 0.62
HSL 333.41º 0.85% 0.2% -
HSV(B) 333.41º 0.92% 0.38% -
XYZ 5.42 2.87 2.96 -
YUV 38.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 96 8 47 0 0.92 0.51 0.62 333.41 0.85 0.2
Hex 60 8 2F 0 5C 33 3E 14D 55 14
Octal 140 10 57 0 134 63 76 515 125 24
Binary 1100000 1000 101111 0 1011100 110011 111110 101001101 1010101 10100

Color Harmonies of #60082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60082F

Black with #60082F

Text Example


Text Example

White with #60082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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