#621465

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

Shades of Palatinate Purple #621465

Tints of Palatinate Purple #621465

Color information

#621465 (or 0x621465) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 65. RGB value is (98,20,101). Sum of RGB (Red+Green+Blue) = 98+20+101=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #621465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621465 is #9DEB9A. Grayscale: #343434. Windows color (decimal): -10349467 or 6624354. OLE color: 6624354.

HSL color Cylindrical-coordinate representation of color #621465: hue angle of 297.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621465 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9820101-
CMYK0.030.8000.60
HSL297.78º66.94%23.73%-
HSV(B)297.78º80.2%39.61%-
XYZ7.644.0412.69-
YUV52.56155.34160.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=44.75%
G=9.13%
B=46.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98201010.030.8000.60297.7866.9423.73
Hex62146535003C12a4318
Octal14224145312007445210330
Binary11000101010011001011110100000111100100101010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621465; }

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

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

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

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

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

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

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

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