#630568

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

Shades of Purple #630568

Tints of Purple #630568

Color information

#630568 (or 0x630568) is unknown color: approx Purple. HEX triplet: 63, 05 and 68. RGB value is (99,5,104). Sum of RGB (Red+Green+Blue) = 99+5+104=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #630568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630568 is #9CFA97. Grayscale: #2C2C2C. Windows color (decimal): -10287768 or 6817123. OLE color: 6817123.

HSL color Cylindrical-coordinate representation of color #630568: hue angle of 296.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630568 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB995104-
CMYK0.050.9500.59
HSL296.97º90.83%21.37%-
HSV(B)296.97º95.19%40.78%-
XYZ7.73.7613.42-
YUV44.39161.64166.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 104 (41.02% from 255) = 50%
R=47.60%
G=2.40%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9951040.050.9500.59296.9790.8321.37
Hex6356855F03B1295b15
Octal1435150513707345113325
Binary1100011101110100010110111110111011100101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630568; }

 p { color: rgb(99,5,104); }

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

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

 a { background-color: rgb(99,5,104); }

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

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

 span { border-color: rgb(99,5,104); }

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