#630473

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

Shades of Purple #630473

Tints of Purple #630473

Color information

#630473 (or 0x630473) is unknown color: approx Purple. HEX triplet: 63, 04 and 73. RGB value is (99,4,115). Sum of RGB (Red+Green+Blue) = 99+4+115=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #630473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630473 is #9CFB8C. Grayscale: #2C2C2C. Windows color (decimal): -10288013 or 7537763. OLE color: 7537763.

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

Color convert

RGB994115-
CMYK0.140.9700.55
HSL291.35º93.28%23.33%-
HSV(B)291.35º96.52%45.1%-
XYZ8.283.9816.55-
YUV45.06167.47166.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=45.41%
G=1.83%
B=52.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9941150.140.9700.55291.3593.2823.33
Hex63473E610371235d17
Octal14341631614106744313527
Binary11000111001110011111011000010110111100100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630473; }

 p { color: rgb(99,4,115); }

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

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

 a { background-color: rgb(99,4,115); }

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

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

 span { border-color: rgb(99,4,115); }

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