#620337

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

Shades of Tyrian Purple #620337

Tints of Tyrian Purple #620337

Color information

#620337 (or 0x620337) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 37. RGB value is (98,3,55). Sum of RGB (Red+Green+Blue) = 98+3+55=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #620337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620337 is #9DFCC8. Grayscale: #252525. Windows color (decimal): -10353865 or 3605346. OLE color: 3605346.

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

Color convert

RGB98355-
CMYK00.970.440.62
HSL327.16º94.06%19.8%-
HSV(B)327.16º96.94%38.43%-
XYZ5.762.943.88-
YUV37.33137.97171.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=62.82%
G=1.92%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9835500.970.440.62327.1694.0619.8
Hex623370612C3E1475e14
Octal1423670141547650713624
Binary11000101111011101100001101100111110101000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620337; }

 p { color: rgb(98,3,55); }

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

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

 a { background-color: rgb(98,3,55); }

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

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

 span { border-color: rgb(98,3,55); }

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