#62123F

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

Shades of Tyrian Purple #62123F

Tints of Tyrian Purple #62123F

Color information

#62123F (or 0x62123F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 3F. RGB value is (98,18,63). Sum of RGB (Red+Green+Blue) = 98+18+63=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #62123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62123F is #9DEDC0. Grayscale: #2E2E2E. Windows color (decimal): -10350017 or 4133474. OLE color: 4133474.

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

Color convert

RGB981863-
CMYK00.820.360.62
HSL326.25º68.97%22.75%-
HSV(B)326.25º81.63%38.43%-
XYZ6.153.395.03-
YUV47.05137164.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.75%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 63 (25% from 255) = 35.20%
R=54.75%
G=10.06%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98186300.820.360.62326.2568.9722.75
Hex62123F052243E1464517
Octal14222770122447650610527
Binary11000101001011111101010010100100111110101000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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