Html Css Color HEX #60042E Tyrian Purple

📋 copy color: '#60042E'

red 96 ◦ green 4 ◦ blue 46

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

Shades of Tyrian Purple #60042E

Tints of Tyrian Purple #60042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.74%

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

R = 65.75%
G = 2.74%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60042E (or 0x60042E) is known color: Tyrian Purple. HEX triplet: 60, 04 and 2E. RGB value is (96,4,46). Sum of RGB (Red+Green+Blue) = 96+4+46=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60042E is #9FFBD1. Grayscale: #242424. Windows color (decimal): -10484690 or 3015776. OLE color: 3015776.

HSL color Cylindrical-coordinate representation of color #60042E: hue angle of 332.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60042E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 46 -
CMYK 0 0.96 0.52 0.62
HSL 332.61º 0.92% 0.2% -
HSV(B) 332.61º 0.96% 0.38% -
XYZ 5.36 2.77 2.84 -
YUV 36.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 96 4 46 0 0.96 0.52 0.62 332.61 0.92 0.2
Hex 60 4 2E 0 60 34 3E 14D 5C 14
Octal 140 4 56 0 140 64 76 515 134 24
Binary 1100000 100 101110 0 1100000 110100 111110 101001101 1011100 10100

Color Harmonies of #60042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60042E

Black with #60042E

Text Example


Text Example

White with #60042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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