#630870

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

Shades of Purple #630870

Tints of Purple #630870

Color information

#630870 (or 0x630870) is unknown color: approx Purple. HEX triplet: 63, 08 and 70. RGB value is (99,8,112). Sum of RGB (Red+Green+Blue) = 99+8+112=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #630870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630870 is #9CF78F. Grayscale: #2E2E2E. Windows color (decimal): -10286992 or 7342179. OLE color: 7342179.

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

Color convert

RGB998112-
CMYK0.120.9300.56
HSL292.5º86.67%23.53%-
HSV(B)292.5º92.86%43.92%-
XYZ8.16415.67-
YUV47.06164.65165.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=45.21%
G=3.65%
B=51.14%

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
Decimal9981120.120.9300.56292.586.6723.53
Hex63870C5D0381245718
Octal143101601413507044412730
Binary110001110001110000110010111010111000100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630870; }

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

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

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

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

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

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

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

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