#620454

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

Shades of Tyrian Purple #620454

Tints of Tyrian Purple #620454

Color information

#620454 (or 0x620454) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 54. RGB value is (98,4,84). Sum of RGB (Red+Green+Blue) = 98+4+84=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #620454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620454 is #9DFBAB. Grayscale: #292929. Windows color (decimal): -10353580 or 5506146. OLE color: 5506146.

HSL color Cylindrical-coordinate representation of color #620454: hue angle of 308.94º 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 #620454 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB98484-
CMYK00.960.140.62
HSL308.94º92.16%20%-
HSV(B)308.94º95.92%38.43%-
XYZ6.683.328.68-
YUV41.23152.14168.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=52.69%
G=2.15%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9848400.960.140.62308.9492.1620
Hex62454060E3E1355c14
Octal14241240140167646513424
Binary11000101001010100011000001110111110100110101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620454; }

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

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

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

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

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

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

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

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