Html Css Color HEX #60082E Tyrian Purple

📋 copy color: '#60082E'

red 96 ◦ green 8 ◦ blue 46

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

Shades of Tyrian Purple #60082E

Tints of Tyrian Purple #60082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 64%
G = 5.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60082E (or 0x60082E) is known color: Tyrian Purple. HEX triplet: 60, 08 and 2E. RGB value is (96,8,46). Sum of RGB (Red+Green+Blue) = 96+8+46=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #60082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60082E is #9FF7D1. Grayscale: #262626. Windows color (decimal): -10483666 or 3016800. OLE color: 3016800.

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

Color convert

RGB 96 8 46 -
CMYK 0 0.92 0.52 0.62
HSL 334.09º 0.85% 0.2% -
HSV(B) 334.09º 0.92% 0.38% -
XYZ 5.4 2.86 2.85 -
YUV 38.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 96 8 46 0 0.92 0.52 0.62 334.09 0.85 0.2
Hex 60 8 2E 0 5C 34 3E 14E 55 14
Octal 140 10 56 0 134 64 76 516 125 24
Binary 1100000 1000 101110 0 1011100 110100 111110 101001110 1010101 10100

Color Harmonies of #60082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60082E

Black with #60082E

Text Example


Text Example

White with #60082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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