#7630A6

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

Shades of Royal Purple #7630A6

Tints of Royal Purple #7630A6

Color information

#7630A6 (or 0x7630A6) is unknown color: approx Royal Purple. HEX triplet: 76, 30 and A6. RGB value is (118,48,166). Sum of RGB (Red+Green+Blue) = 118+48+166=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #7630A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7630A6 is #89CF59. Grayscale: #515151. Windows color (decimal): -9031514 or 10891382. OLE color: 10891382.

HSL color Cylindrical-coordinate representation of color #7630A6: hue angle of 275.59º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7630A6 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11848166-
CMYK0.290.7100.35
HSL275.59º55.14%41.96%-
HSV(B)275.59º71.08%65.1%-
XYZ15.418.7236.95-
YUV82.38175.19153.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 166 (65.23% from 255) = 50%
R=35.54%
G=14.46%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118481660.290.7100.35275.5955.1441.96
Hex7630A61D47023114372a
Octal16660246351070434246752
Binary1110110110000101001101110110001110100011100010100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7630A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7630A6; }

 p { color: rgb(118,48,166); }

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

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

 a { background-color: rgb(118,48,166); }

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

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

 span { border-color: rgb(118,48,166); }

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