#630769

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

Shades of Palatinate Purple #630769

Tints of Palatinate Purple #630769

Color information

#630769 (or 0x630769) is unknown color: approx Palatinate Purple. HEX triplet: 63, 07 and 69. RGB value is (99,7,105). Sum of RGB (Red+Green+Blue) = 99+7+105=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #630769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630769 is #9CF896. Grayscale: #2D2D2D. Windows color (decimal): -10287255 or 6883171. OLE color: 6883171.

HSL color Cylindrical-coordinate representation of color #630769: hue angle of 296.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630769 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB997105-
CMYK0.060.9300.59
HSL296.33º87.5%21.96%-
HSV(B)296.33º93.33%41.18%-
XYZ7.773.8213.69-
YUV45.68161.48166.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=46.92%
G=3.32%
B=49.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9971050.060.9300.59296.3387.521.96
Hex6376965D03B1285816
Octal1437151613507345013026
Binary1100011111110100111010111010111011100101000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630769; }

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

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

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

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

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

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

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

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