#632066

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

Shades of Palatinate Purple #632066

Tints of Palatinate Purple #632066

Color information

#632066 (or 0x632066) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 66. RGB value is (99,32,102). Sum of RGB (Red+Green+Blue) = 99+32+102=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #632066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632066 is #9CDF99. Grayscale: #3B3B3B. Windows color (decimal): -10280858 or 6692963. OLE color: 6692963.

HSL color Cylindrical-coordinate representation of color #632066: hue angle of 297.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632066 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9932102-
CMYK0.030.6900.6
HSL297.43º52.24%26.27%-
HSV(B)297.43º68.63%40%-
XYZ8.064.6413.04-
YUV60.01151.7155.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=42.49%
G=13.73%
B=43.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99321020.030.6900.6297.4352.2426.27
Hex63206634503C129341a
Octal1434014631050744516432
Binary11000111000001100110111000101011110010010100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632066; }

 p { color: rgb(99,32,102); }

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

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

 a { background-color: rgb(99,32,102); }

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

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

 span { border-color: rgb(99,32,102); }

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