#621964

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

Shades of Palatinate Purple #621964

Tints of Palatinate Purple #621964

Color information

#621964 (or 0x621964) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 64. RGB value is (98,25,100). Sum of RGB (Red+Green+Blue) = 98+25+100=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #621964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621964 is #9DE69B. Grayscale: #373737. Windows color (decimal): -10348188 or 6560098. OLE color: 6560098.

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

Color convert

RGB9825100-
CMYK0.020.7500.61
HSL298.4º60%24.51%-
HSV(B)298.4º75%39.22%-
XYZ7.684.2112.46-
YUV55.38153.18158.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=43.95%
G=11.21%
B=44.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98251000.020.7500.61298.46024.51
Hex62196424B03D12a3c19
Octal1423114421130754527431
Binary1100010110011100100101001011011110110010101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621964; }

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

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

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

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

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

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

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

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