#630871

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

Shades of Purple #630871

Tints of Purple #630871

Color information

#630871 (or 0x630871) is unknown color: approx Purple. HEX triplet: 63, 08 and 71. RGB value is (99,8,113). Sum of RGB (Red+Green+Blue) = 99+8+113=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #630871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630871 is #9CF78E. Grayscale: #2E2E2E. Windows color (decimal): -10286991 or 7407715. OLE color: 7407715.

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

Color convert

RGB998113-
CMYK0.120.9300.56
HSL292º86.78%23.73%-
HSV(B)292º92.92%44.31%-
XYZ8.214.0215.97-
YUV47.18165.15164.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=45%
G=3.64%
B=51.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9981130.120.9300.5629286.7823.73
Hex63871C5D0381245718
Octal143101611413507044412730
Binary110001110001110001110010111010111000100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630871; }

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

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

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

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

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

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

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

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