#62124C

Color #62124C Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #62124C

Tints of Tyrian Purple #62124C

Color information

#62124C (or 0x62124C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 4C. RGB value is (98,18,76). Sum of RGB (Red+Green+Blue) = 98+18+76=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62124C is #9DEDB3. Grayscale: #303030. Windows color (decimal): -10350004 or 4985442. OLE color: 4985442.

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

Color convert

RGB981876-
CMYK00.820.220.62
HSL316.5º68.97%22.75%-
HSV(B)316.5º81.63%38.43%-
XYZ6.563.557.18-
YUV48.53143.5163.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=51.04%
G=9.38%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98187600.820.220.62316.568.9722.75
Hex62124C052163E13c4517
Octal142221140122267647410527
Binary11000101001010011000101001010110111110100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62124C;
 }
 .AnyTagClassName
 {
   color: #62124C;
 }
</style>
background-color css

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

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

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

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

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

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