#630C56

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

Shades of Palatinate Purple #630C56

Tints of Palatinate Purple #630C56

Color information

#630C56 (or 0x630C56) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0C and 56. RGB value is (99,12,86). Sum of RGB (Red+Green+Blue) = 99+12+86=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #630C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C56 is #9CF3A9. Grayscale: #2E2E2E. Windows color (decimal): -10285994 or 5639267. OLE color: 5639267.

HSL color Cylindrical-coordinate representation of color #630C56: hue angle of 308.97º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C56 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB991286-
CMYK00.880.130.61
HSL308.97º78.38%21.76%-
HSV(B)308.97º87.88%38.82%-
XYZ6.963.599.13-
YUV46.45150.32165.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=50.25%
G=6.09%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99128600.880.130.61308.9778.3821.76
Hex63C56058D3D1354e16
Octal143141260130157546511626
Binary110001111001010110010110001101111101100110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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