#620458

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

Shades of Palatinate Purple #620458

Tints of Palatinate Purple #620458

Color information

#620458 (or 0x620458) is unknown color: approx Palatinate Purple. HEX triplet: 62, 04 and 58. RGB value is (98,4,88). Sum of RGB (Red+Green+Blue) = 98+4+88=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #620458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620458 is #9DFBA7. Grayscale: #292929. Windows color (decimal): -10353576 or 5768290. OLE color: 5768290.

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

Color convert

RGB98488-
CMYK00.960.100.62
HSL306.38º92.16%20%-
HSV(B)306.38º95.92%38.43%-
XYZ6.843.399.53-
YUV41.68154.14168.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.58%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=51.58%
G=2.11%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9848800.960.100.62306.3892.1620
Hex62458060A3E1325c14
Octal14241300140127646213424
Binary11000101001011000011000001010111110100110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620458; }

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

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

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

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

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

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

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

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