Html Css Color HEX #62024E Tyrian Purple

📋 copy color: '#62024E'

red 98 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #62024E

Tints of Tyrian Purple #62024E

RGB

 RED value IS 98 (38.67% from 255) = 55.06%

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 78 (30.86% from 255) = 43.82%

R = 55.06%
G = 1.12%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62024E (or 0x62024E) is known color: Tyrian Purple. HEX triplet: 62, 02 and 4E. RGB value is (98,2,78). Sum of RGB (Red+Green+Blue) = 98+2+78=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62024E is #9DFDB1. Grayscale: #272727. Windows color (decimal): -10354098 or 5112418. OLE color: 5112418.

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

Color convert

RGB 98 2 78 -
CMYK 0 0.98 0.20 0.62
HSL 312.5º 0.96% 0.2% -
HSV(B) 312.5º 0.98% 0.38% -
XYZ 6.43 3.19 7.48 -
YUV 39.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 98 2 78 0 0.98 0.20 0.62 312.5 0.96 0.2
Hex 62 2 4E 0 62 14 3E 138 60 14
Octal 142 2 116 0 142 24 76 470 140 24
Binary 1100010 10 1001110 0 1100010 10100 111110 100111000 1100000 10100

Color Harmonies of #62024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62024E

Black with #62024E

Text Example


Text Example

White with #62024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,2,78); }

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

background-color css

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

 a { background-color: rgb(98,2,78); }

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

border-color css

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

 span { border-color: rgb(98,2,78); }

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