#630C70

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

Shades of Purple #630C70

Tints of Purple #630C70

Color information

#630C70 (or 0x630C70) is unknown color: approx Purple. HEX triplet: 63, 0C and 70. RGB value is (99,12,112). Sum of RGB (Red+Green+Blue) = 99+12+112=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #630C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C70 is #9CF38F. Grayscale: #313131. Windows color (decimal): -10285968 or 7343203. OLE color: 7343203.

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

Color convert

RGB9912112-
CMYK0.120.8900.56
HSL292.2º80.65%24.31%-
HSV(B)292.2º89.29%43.92%-
XYZ8.24.0915.69-
YUV49.41163.32163.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=44.39%
G=5.38%
B=50.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99121120.120.8900.56292.280.6524.31
Hex63C70C590381245118
Octal143141601413107044412130
Binary110001111001110000110010110010111000100100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630C70; }

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

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

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

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

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

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

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

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