Html Css Color HEX #62124E Tyrian Purple

📋 copy color: '#62124E'

red 98 ◦ green 18 ◦ blue 78

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

Shades of Tyrian Purple #62124E

Tints of Tyrian Purple #62124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 50.52%
G = 9.28%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62124E (or 0x62124E) is known color: Tyrian Purple. HEX triplet: 62, 12 and 4E. RGB value is (98,18,78). Sum of RGB (Red+Green+Blue) = 98+18+78=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62124E is #9DEDB1. Grayscale: #303030. Windows color (decimal): -10350002 or 5116514. OLE color: 5116514.

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

Color convert

RGB 98 18 78 -
CMYK 0 0.82 0.20 0.62
HSL 315º 0.69% 0.23% -
HSV(B) 315º 0.82% 0.38% -
XYZ 6.63 3.58 7.55 -
YUV 48.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 98 18 78 0 0.82 0.20 0.62 315 0.69 0.23
Hex 62 12 4E 0 52 14 3E 13B 45 17
Octal 142 22 116 0 122 24 76 473 105 27
Binary 1100010 10010 1001110 0 1010010 10100 111110 100111011 1000101 10111

Color Harmonies of #62124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62124E

Black with #62124E

Text Example


Text Example

White with #62124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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