#642366

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

Shades of Palatinate Purple #642366

Tints of Palatinate Purple #642366

Color information

#642366 (or 0x642366) is unknown color: approx Palatinate Purple. HEX triplet: 64, 23 and 66. RGB value is (100,35,102). Sum of RGB (Red+Green+Blue) = 100+35+102=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #642366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642366 is #9BDC99. Grayscale: #3D3D3D. Windows color (decimal): -10214554 or 6693732. OLE color: 6693732.

HSL color Cylindrical-coordinate representation of color #642366: hue angle of 298.21º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642366 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10035102-
CMYK0.020.6600.6
HSL298.21º48.91%26.86%-
HSV(B)298.21º65.69%40%-
XYZ8.254.8713.08-
YUV62.07150.53155.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=42.19%
G=14.77%
B=43.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100351020.020.6600.6298.2148.9126.86
Hex64236624203C12a311b
Octal1444314621020744526133
Binary11001001000111100110101000010011110010010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642366; }

 p { color: rgb(100,35,102); }

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

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

 a { background-color: rgb(100,35,102); }

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

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

 span { border-color: rgb(100,35,102); }

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