#630672

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

Shades of Purple #630672

Tints of Purple #630672

Color information

#630672 (or 0x630672) is unknown color: approx Purple. HEX triplet: 63, 06 and 72. RGB value is (99,6,114). Sum of RGB (Red+Green+Blue) = 99+6+114=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #630672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630672 is #9CF98D. Grayscale: #2D2D2D. Windows color (decimal): -10287502 or 7472739. OLE color: 7472739.

HSL color Cylindrical-coordinate representation of color #630672: hue angle of 291.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630672 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB996114-
CMYK0.130.9500.55
HSL291.67º90%23.53%-
HSV(B)291.67º94.74%44.71%-
XYZ8.25416.26-
YUV46.12166.31165.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=45.21%
G=2.74%
B=52.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9961140.130.9500.55291.679023.53
Hex63672D5F0371245a18
Octal14361621513706744413230
Binary11000111101110010110110111110110111100100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630672; }

 p { color: rgb(99,6,114); }

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

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

 a { background-color: rgb(99,6,114); }

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

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

 span { border-color: rgb(99,6,114); }

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