#630A66

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

Shades of Palatinate Purple #630A66

Tints of Palatinate Purple #630A66

Color information

#630A66 (or 0x630A66) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0A and 66. RGB value is (99,10,102). Sum of RGB (Red+Green+Blue) = 99+10+102=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #630A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A66 is #9CF599. Grayscale: #2E2E2E. Windows color (decimal): -10286490 or 6687331. OLE color: 6687331.

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

Color convert

RGB9910102-
CMYK0.030.9000.6
HSL298.04º82.14%21.96%-
HSV(B)298.04º90.2%40%-
XYZ7.653.8312.91-
YUV47.1158.99165.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=46.92%
G=4.74%
B=48.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99101020.030.9000.6298.0482.1421.96
Hex63A6635A03C12a5216
Octal14312146313207445212226
Binary1100011101011001101110110100111100100101010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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