#630874

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

Shades of Purple #630874

Tints of Purple #630874

Color information

#630874 (or 0x630874) is unknown color: approx Purple. HEX triplet: 63, 08 and 74. RGB value is (99,8,116). Sum of RGB (Red+Green+Blue) = 99+8+116=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #630874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630874 is #9CF78B. Grayscale: #2F2F2F. Windows color (decimal): -10286988 or 7604323. OLE color: 7604323.

HSL color Cylindrical-coordinate representation of color #630874: hue angle of 290.56º 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 #630874 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB998116-
CMYK0.150.9300.55
HSL290.56º87.1%24.31%-
HSV(B)290.56º93.1%45.49%-
XYZ8.384.0916.87-
YUV47.52166.65164.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=44.39%
G=3.59%
B=52.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9981160.150.9300.55290.5687.124.31
Hex63874F5D0371235718
Octal143101641713506744312730
Binary110001110001110100111110111010110111100100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630874; }

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

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

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

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

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

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

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

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