#62104E

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

Shades of Tyrian Purple #62104E

Tints of Tyrian Purple #62104E

Color information

#62104E (or 0x62104E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 4E. RGB value is (98,16,78). Sum of RGB (Red+Green+Blue) = 98+16+78=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62104E is #9DEFB1. Grayscale: #2F2F2F. Windows color (decimal): -10350514 or 5116002. OLE color: 5116002.

HSL color Cylindrical-coordinate representation of color #62104E: hue angle of 314.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62104E is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB981678-
CMYK00.840.200.62
HSL314.63º71.93%22.35%-
HSV(B)314.63º83.67%38.43%-
XYZ6.63.527.54-
YUV47.59145.17163.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=51.04%
G=8.33%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98167800.840.200.62314.6371.9322.35
Hex62104E054143E13b4816
Octal142201160124247647311026
Binary11000101000010011100101010010100111110100111011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62104E; }

 p { color: rgb(98,16,78); }

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

<style>
 a { background-color: #62104E; }

 a { background-color: rgb(98,16,78); }

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

<style>
 span { border-color: #62104E; }

 span { border-color: rgb(98,16,78); }

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