#620258

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

Shades of Tyrian Purple #620258

Tints of Tyrian Purple #620258

Color information

#620258 (or 0x620258) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 58. RGB value is (98,2,88). Sum of RGB (Red+Green+Blue) = 98+2+88=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #620258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620258 is #9DFDA7. Grayscale: #282828. Windows color (decimal): -10354088 or 5767778. OLE color: 5767778.

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

Color convert

RGB98288-
CMYK00.980.100.62
HSL306.25º96%19.61%-
HSV(B)306.25º97.96%38.43%-
XYZ6.823.349.52-
YUV40.51154.8169.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=52.13%
G=1.06%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9828800.980.100.62306.259619.61
Hex62258062A3E1326014
Octal14221300142127646214024
Binary1100010101011000011000101010111110100110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620258; }

 p { color: rgb(98,2,88); }

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

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

 a { background-color: rgb(98,2,88); }

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

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

 span { border-color: rgb(98,2,88); }

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