Html Css Color HEX #62124A Tyrian Purple

📋 copy color: '#62124A'

red 98 ◦ green 18 ◦ blue 74

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

Shades of Tyrian Purple #62124A

Tints of Tyrian Purple #62124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 51.58%
G = 9.47%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#62124A (or 0x62124A) is known color: Tyrian Purple. HEX triplet: 62, 12 and 4A. RGB value is (98,18,74). Sum of RGB (Red+Green+Blue) = 98+18+74=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62124A is #9DEDB5. Grayscale: #303030. Windows color (decimal): -10350006 or 4854370. OLE color: 4854370.

HSL color Cylindrical-coordinate representation of color #62124A: hue angle of 318º 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 #62124A is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 74 -
CMYK 0 0.82 0.24 0.62
HSL 318º 0.69% 0.23% -
HSV(B) 318º 0.82% 0.38% -
XYZ 6.49 3.52 6.82 -
YUV 48.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 98 18 74 0 0.82 0.24 0.62 318 0.69 0.23
Hex 62 12 4A 0 52 18 3E 13E 45 17
Octal 142 22 112 0 122 30 76 476 105 27
Binary 1100010 10010 1001010 0 1010010 11000 111110 100111110 1000101 10111

Color Harmonies of #62124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62124A

Black with #62124A

Text Example


Text Example

White with #62124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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