#620357

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

Shades of Tyrian Purple #620357

Tints of Tyrian Purple #620357

Color information

#620357 (or 0x620357) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 57. RGB value is (98,3,87). Sum of RGB (Red+Green+Blue) = 98+3+87=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #620357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620357 is #9DFCA8. Grayscale: #282828. Windows color (decimal): -10353833 or 5702498. OLE color: 5702498.

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

Color convert

RGB98387-
CMYK00.970.110.62
HSL306.95º94.06%19.8%-
HSV(B)306.95º96.94%38.43%-
XYZ6.793.359.31-
YUV40.98153.97168.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=52.13%
G=1.60%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9838700.970.110.62306.9594.0619.8
Hex62357061B3E1335e14
Octal14231270141137646313624
Binary1100010111010111011000011011111110100110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620357; }

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

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

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

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

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

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

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

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