#630371

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

Shades of Purple #630371

Tints of Purple #630371

Color information

#630371 (or 0x630371) is unknown color: approx Purple. HEX triplet: 63, 03 and 71. RGB value is (99,3,113). Sum of RGB (Red+Green+Blue) = 99+3+113=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #630371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630371 is #9CFC8E. Grayscale: #2B2B2B. Windows color (decimal): -10288271 or 7406435. OLE color: 7406435.

HSL color Cylindrical-coordinate representation of color #630371: hue angle of 292.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630371 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB993113-
CMYK0.120.9700.56
HSL292.36º94.83%22.75%-
HSV(B)292.36º97.35%44.31%-
XYZ8.163.9115.95-
YUV44.24166.8167.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=46.05%
G=1.40%
B=52.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9931130.120.9700.56292.3694.8322.75
Hex63371C610381245f17
Octal14331611414107044413727
Binary1100011111110001110011000010111000100100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630371; }

 p { color: rgb(99,3,113); }

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

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

 a { background-color: rgb(99,3,113); }

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

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

 span { border-color: rgb(99,3,113); }

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