#620554

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

Shades of Tyrian Purple #620554

Tints of Tyrian Purple #620554

Color information

#620554 (or 0x620554) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 54. RGB value is (98,5,84). Sum of RGB (Red+Green+Blue) = 98+5+84=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #620554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620554 is #9DFAAB. Grayscale: #292929. Windows color (decimal): -10353324 or 5506402. OLE color: 5506402.

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

Color convert

RGB98584-
CMYK00.950.140.62
HSL309.03º90.29%20.2%-
HSV(B)309.03º94.9%38.43%-
XYZ6.693.358.68-
YUV41.81151.81168.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=52.41%
G=2.67%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9858400.950.140.62309.0390.2920.2
Hex6255405FE3E1355a14
Octal14251240137167646513224
Binary11000101011010100010111111110111110100110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620554; }

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

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

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

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

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

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

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

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