#630C66

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

Shades of Palatinate Purple #630C66

Tints of Palatinate Purple #630C66

Color information

#630C66 (or 0x630C66) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0C and 66. RGB value is (99,12,102). Sum of RGB (Red+Green+Blue) = 99+12+102=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #630C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C66 is #9CF399. Grayscale: #303030. Windows color (decimal): -10285978 or 6687843. OLE color: 6687843.

HSL color Cylindrical-coordinate representation of color #630C66: hue angle of 298º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C66 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9912102-
CMYK0.030.8800.6
HSL298º78.95%22.35%-
HSV(B)298º88.24%40%-
XYZ7.683.8712.91-
YUV48.27158.32164.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=46.48%
G=5.63%
B=47.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99121020.030.8800.629878.9522.35
Hex63C6635803C12a4f16
Octal14314146313007445211726
Binary1100011110011001101110110000111100100101010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630C66; }

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

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

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

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

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

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

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

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