#630170

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

Shades of Purple #630170

Tints of Purple #630170

Color information

#630170 (or 0x630170) is unknown color: approx Purple. HEX triplet: 63, 01 and 70. RGB value is (99,1,112). Sum of RGB (Red+Green+Blue) = 99+1+112=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #630170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630170 is #9CFE8F. Grayscale: #2A2A2A. Windows color (decimal): -10288784 or 7340387. OLE color: 7340387.

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

Color convert

RGB991112-
CMYK0.120.9900.56
HSL292.97º98.23%22.16%-
HSV(B)292.97º99.11%43.92%-
XYZ8.083.8415.65-
YUV42.96166.97167.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=46.70%
G=0.47%
B=52.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9911120.120.9900.56292.9798.2322.16
Hex63170C630381256216
Octal14311601414307044514226
Binary110001111110000110011000110111000100100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630170; }

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

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

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

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

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

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

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

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