#620456

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

Shades of Tyrian Purple #620456

Tints of Tyrian Purple #620456

Color information

#620456 (or 0x620456) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 56. RGB value is (98,4,86). Sum of RGB (Red+Green+Blue) = 98+4+86=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #620456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620456 is #9DFBA9. Grayscale: #292929. Windows color (decimal): -10353578 or 5637218. OLE color: 5637218.

HSL color Cylindrical-coordinate representation of color #620456: hue angle of 307.66º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620456 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB98486-
CMYK00.960.120.62
HSL307.66º92.16%20%-
HSV(B)307.66º95.92%38.43%-
XYZ6.763.369.1-
YUV41.45153.14168.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=52.13%
G=2.13%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9848600.960.120.62307.6692.1620
Hex62456060C3E1345c14
Octal14241260140147646413424
Binary11000101001010110011000001100111110100110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620456; }

 p { color: rgb(98,4,86); }

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

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

 a { background-color: rgb(98,4,86); }

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

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

 span { border-color: rgb(98,4,86); }

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