#630276

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

Shades of Purple #630276

Tints of Purple #630276

Color information

#630276 (or 0x630276) is unknown color: approx Purple. HEX triplet: 63, 02 and 76. RGB value is (99,2,118). Sum of RGB (Red+Green+Blue) = 99+2+118=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #630276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630276 is #9CFD89. Grayscale: #2B2B2B. Windows color (decimal): -10288522 or 7733859. OLE color: 7733859.

HSL color Cylindrical-coordinate representation of color #630276: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630276 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB992118-
CMYK0.160.9800.54
HSL290.17º96.67%23.53%-
HSV(B)290.17º98.31%46.27%-
XYZ8.44417.47-
YUV44.23169.64167.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=45.21%
G=0.91%
B=53.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9921180.160.9800.54290.1796.6723.53
Hex6327610620361226118
Octal14321662014206644214130
Binary11000111011101101000011000100110110100100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630276; }

 p { color: rgb(99,2,118); }

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

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

 a { background-color: rgb(99,2,118); }

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

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

 span { border-color: rgb(99,2,118); }

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