#62124A

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

Shades of Tyrian Purple #62124A

Tints of Tyrian Purple #62124A

Color information

#62124A (or 0x62124A) is unknown color: approx 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

RGB981874-
CMYK00.820.240.62
HSL318º68.97%22.75%-
HSV(B)318º81.63%38.43%-
XYZ6.493.526.82-
YUV48.3142.5163.45-

RGB Variations

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

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.30% from 255) = 38.95%
R=51.58%
G=9.47%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98187400.820.240.6231868.9722.75
Hex62124A052183E13e4517
Octal142221120122307647610527
Binary11000101001010010100101001011000111110100111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>