#630C69

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

Shades of Palatinate Purple #630C69

Tints of Palatinate Purple #630C69

Color information

#630C69 (or 0x630C69) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0C and 69. RGB value is (99,12,105). Sum of RGB (Red+Green+Blue) = 99+12+105=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #630C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C69 is #9CF396. Grayscale: #303030. Windows color (decimal): -10285975 or 6884451. OLE color: 6884451.

HSL color Cylindrical-coordinate representation of color #630C69: hue angle of 296.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630C69 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9912105-
CMYK0.060.8900.59
HSL296.13º79.49%22.94%-
HSV(B)296.13º88.57%41.18%-
XYZ7.833.9413.71-
YUV48.61159.82163.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 12 (5.08% from 255) = 5.56%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=45.83%
G=5.56%
B=48.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99121050.060.8900.59296.1379.4922.94
Hex63C6965903B1284f17
Octal14314151613107345011727
Binary11000111100110100111010110010111011100101000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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