#620565

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

Shades of Palatinate Purple #620565

Tints of Palatinate Purple #620565

Color information

#620565 (or 0x620565) is unknown color: approx Palatinate Purple. HEX triplet: 62, 05 and 65. RGB value is (98,5,101). Sum of RGB (Red+Green+Blue) = 98+5+101=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #620565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620565 is #9DFA9A. Grayscale: #2B2B2B. Windows color (decimal): -10353307 or 6620514. OLE color: 6620514.

HSL color Cylindrical-coordinate representation of color #620565: hue angle of 298.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620565 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB985101-
CMYK0.030.9500.60
HSL298.12º90.57%20.78%-
HSV(B)298.12º95.05%39.61%-
XYZ7.443.6412.62-
YUV43.75160.31166.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=48.04%
G=2.45%
B=49.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9851010.030.9500.60298.1290.5720.78
Hex6256535F03C12a5b15
Octal1425145313707445213325
Binary110001010111001011110111110111100100101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620565; }

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

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

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

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

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

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

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

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