Html Css Color HEX #60053E Tyrian Purple

📋 copy color: '#60053E'

red 96 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #60053E

Tints of Tyrian Purple #60053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 58.9%
G = 3.07%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60053E (or 0x60053E) is known color: Tyrian Purple. HEX triplet: 60, 05 and 3E. RGB value is (96,5,62). Sum of RGB (Red+Green+Blue) = 96+5+62=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60053E is #9FFAC1. Grayscale: #262626. Windows color (decimal): -10484418 or 4064608. OLE color: 4064608.

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

Color convert

RGB 96 5 62 -
CMYK 0 0.95 0.35 0.62
HSL 322.42º 0.9% 0.2% -
HSV(B) 322.42º 0.95% 0.38% -
XYZ 5.75 2.94 4.82 -
YUV 38.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 96 5 62 0 0.95 0.35 0.62 322.42 0.9 0.2
Hex 60 5 3E 0 5F 23 3E 142 5A 14
Octal 140 5 76 0 137 43 76 502 132 24
Binary 1100000 101 111110 0 1011111 100011 111110 101000010 1011010 10100

Color Harmonies of #60053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60053E

Black with #60053E

Text Example


Text Example

White with #60053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,5,62); }

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

background-color css

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

 a { background-color: rgb(96,5,62); }

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

border-color css

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

 span { border-color: rgb(96,5,62); }

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