#630572

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

Shades of Purple #630572

Tints of Purple #630572

Color information

#630572 (or 0x630572) is unknown color: approx Purple. HEX triplet: 63, 05 and 72. RGB value is (99,5,114). Sum of RGB (Red+Green+Blue) = 99+5+114=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #630572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630572 is #9CFA8D. Grayscale: #2D2D2D. Windows color (decimal): -10287758 or 7472483. OLE color: 7472483.

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

Color convert

RGB995114-
CMYK0.130.9600.55
HSL291.74º91.6%23.33%-
HSV(B)291.74º95.61%44.71%-
XYZ8.243.9816.25-
YUV45.53166.64166.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=45.41%
G=2.29%
B=52.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9951140.130.9600.55291.7491.623.33
Hex63572D600371245c17
Octal14351621514006744413427
Binary11000111011110010110111000000110111100100100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630572; }

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

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

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

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

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

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

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

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