#630076

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

Shades of Purple #630076

Tints of Purple #630076

Color information

#630076 (or 0x630076) is unknown color: approx Purple. HEX triplet: 63, 00 and 76. RGB value is (99,0,118). Sum of RGB (Red+Green+Blue) = 99+0+118=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #630076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630076 is #9CFF89. Grayscale: #2A2A2A. Windows color (decimal): -10289034 or 7733347. OLE color: 7733347.

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

Color convert

RGB990118-
CMYK0.16100.54
HSL290.34º100%23.14%-
HSV(B)290.34º100%46.27%-
XYZ8.423.9617.46-
YUV43.05170.3167.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=45.62%
G=0%
B=54.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9901180.16100.54290.3410023.14
Hex6307610640361226417
Octal14301662014406644214427
Binary1100011011101101000011001000110110100100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630076; }

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

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

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

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

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

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

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

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