Html Css Color HEX #60003E Tyrian Purple

📋 copy color: '#60003E'

red 96 ◦ green 0 ◦ blue 62

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

Shades of Tyrian Purple #60003E

Tints of Tyrian Purple #60003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.76%
G = 0%
B = 39.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60003E (or 0x60003E) is known color: Tyrian Purple. HEX triplet: 60, 00 and 3E. RGB value is (96,0,62). Sum of RGB (Red+Green+Blue) = 96+0+62=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60003E is #9FFFC1. Grayscale: #232323. Windows color (decimal): -10485698 or 4063328. OLE color: 4063328.

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

Color convert

RGB 96 0 62 -
CMYK 0 1 0.35 0.62
HSL 321.25º 1% 0.19% -
HSV(B) 321.25º 1% 0.38% -
XYZ 5.69 2.83 4.8 -
YUV 35.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 96 0 62 0 1 0.35 0.62 321.25 1 0.19
Hex 60 0 3E 0 64 23 3E 141 64 13
Octal 140 0 76 0 144 43 76 501 144 23
Binary 1100000 0 111110 0 1100100 100011 111110 101000001 1100100 10011

Color Harmonies of #60003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60003E

Black with #60003E

Text Example


Text Example

White with #60003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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