#630856

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

Shades of Palatinate Purple #630856

Tints of Palatinate Purple #630856

Color information

#630856 (or 0x630856) is unknown color: approx Palatinate Purple. HEX triplet: 63, 08 and 56. RGB value is (99,8,86). Sum of RGB (Red+Green+Blue) = 99+8+86=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #630856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630856 is #9CF7A9. Grayscale: #2B2B2B. Windows color (decimal): -10287018 or 5638243. OLE color: 5638243.

HSL color Cylindrical-coordinate representation of color #630856: hue angle of 308.57º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630856 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB99886-
CMYK00.920.130.61
HSL308.57º85.05%20.98%-
HSV(B)308.57º91.92%38.82%-
XYZ6.913.59.12-
YUV44.1151.65167.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=51.30%
G=4.15%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9988600.920.130.61308.5785.0520.98
Hex6385605CD3D1355515
Octal143101260134157546512525
Binary110001110001010110010111001101111101100110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630856; }

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

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

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

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

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

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

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

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