#7622A6

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

Shades of Royal Purple #7622A6

Tints of Royal Purple #7622A6

Color information

#7622A6 (or 0x7622A6) is unknown color: approx Royal Purple. HEX triplet: 76, 22 and A6. RGB value is (118,34,166). Sum of RGB (Red+Green+Blue) = 118+34+166=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 166 (65.23% from 255 or 52.20% from 318); Max value from RGB is 166 - color contains mainly: blue. Hex color #7622A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7622A6 is #89DD59. Grayscale: #494949. Windows color (decimal): -9035098 or 10887798. OLE color: 10887798.

HSL color Cylindrical-coordinate representation of color #7622A6: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7622A6 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11834166-
CMYK0.290.8000.35
HSL278.18º66%39.22%-
HSV(B)278.18º79.52%65.1%-
XYZ14.937.7536.79-
YUV74.16179.83159.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 166 (65.23% from 255) = 52.20%
R=37.11%
G=10.69%
B=52.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118341660.290.8000.35278.186639.22
Hex7622A61D500231164227
Octal166422463512004342610247
Binary11101101000101010011011101101000001000111000101101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7622A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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