#630670

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

Shades of Purple #630670

Tints of Purple #630670

Color information

#630670 (or 0x630670) is unknown color: approx Purple. HEX triplet: 63, 06 and 70. RGB value is (99,6,112). Sum of RGB (Red+Green+Blue) = 99+6+112=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #630670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630670 is #9CF98F. Grayscale: #2D2D2D. Windows color (decimal): -10287504 or 7341667. OLE color: 7341667.

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

Color convert

RGB996112-
CMYK0.120.9500.56
HSL292.64º89.83%23.14%-
HSV(B)292.64º94.64%43.92%-
XYZ8.143.9515.66-
YUV45.89165.31165.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=45.62%
G=2.76%
B=51.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9961120.120.9500.56292.6489.8323.14
Hex63670C5F0381255a17
Octal14361601413707044513227
Binary11000111101110000110010111110111000100100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630670; }

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

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

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

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

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

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

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

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