#620564

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

Shades of Palatinate Purple #620564

Tints of Palatinate Purple #620564

Color information

#620564 (or 0x620564) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 64. RGB value is (98,5,100). Sum of RGB (Red+Green+Blue) = 98+5+100=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #620564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620564 is #9DFA9B. Grayscale: #2B2B2B. Windows color (decimal): -10353308 or 6554978. OLE color: 6554978.

HSL color Cylindrical-coordinate representation of color #620564: hue angle of 298.74º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620564 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB985100-
CMYK0.020.9500.61
HSL298.74º90.48%20.59%-
HSV(B)298.74º95%39.22%-
XYZ7.393.6312.37-
YUV43.64159.81166.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=48.28%
G=2.46%
B=49.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9851000.020.9500.61298.7490.4820.59
Hex6256425F03D12b5a15
Octal1425144213707545313225
Binary110001010111001001010111110111101100101011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620564; }

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

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

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

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

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

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

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

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