#630872

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

Shades of Purple #630872

Tints of Purple #630872

Color information

#630872 (or 0x630872) is unknown color: approx Purple. HEX triplet: 63, 08 and 72. RGB value is (99,8,114). Sum of RGB (Red+Green+Blue) = 99+8+114=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #630872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630872 is #9CF78D. Grayscale: #2E2E2E. Windows color (decimal): -10286990 or 7473251. OLE color: 7473251.

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

Color convert

RGB998114-
CMYK0.130.9300.55
HSL291.51º86.89%23.92%-
HSV(B)291.51º92.98%44.71%-
XYZ8.274.0416.26-
YUV47.29165.65164.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=44.80%
G=3.62%
B=51.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9981140.130.9300.55291.5186.8923.92
Hex63872D5D0371245718
Octal143101621513506744412730
Binary110001110001110010110110111010110111100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630872; }

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

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

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

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

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

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

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

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