#62124F

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

Shades of Tyrian Purple #62124F

Tints of Tyrian Purple #62124F

Color information

#62124F (or 0x62124F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 4F. RGB value is (98,18,79). Sum of RGB (Red+Green+Blue) = 98+18+79=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62124F is #9DEDB0. Grayscale: #303030. Windows color (decimal): -10350001 or 5182050. OLE color: 5182050.

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

Color convert

RGB981879-
CMYK00.820.190.62
HSL314.25º68.97%22.75%-
HSV(B)314.25º81.63%38.43%-
XYZ6.663.597.74-
YUV48.87145163.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=50.26%
G=9.23%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98187900.820.190.62314.2568.9722.75
Hex62124F052133E13a4517
Octal142221170122237647210527
Binary11000101001010011110101001010011111110100111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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