#7636A0

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

Shades of Royal Purple #7636A0

Tints of Royal Purple #7636A0

Color information

#7636A0 (or 0x7636A0) is unknown color: approx Royal Purple. HEX triplet: 76, 36 and A0. RGB value is (118,54,160). Sum of RGB (Red+Green+Blue) = 118+54+160=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #7636A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7636A0 is #89C95F. Grayscale: #545454. Windows color (decimal): -9029984 or 10499702. OLE color: 10499702.

HSL color Cylindrical-coordinate representation of color #7636A0: hue angle of 276.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7636A0 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11854160-
CMYK0.260.6600.37
HSL276.23º49.53%41.96%-
HSV(B)276.23º66.25%62.75%-
XYZ15.149.0334.2-
YUV85.22170.2151.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 160 (62.89% from 255) = 48.19%
R=35.54%
G=16.27%
B=48.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118541600.260.6600.37276.2349.5341.96
Hex7636A01A42025114322a
Octal16666240321020454246252
Binary1110110110110101000001101010000100100101100010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7636A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7636A0; }

 p { color: rgb(118,54,160); }

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

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

 a { background-color: rgb(118,54,160); }

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

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

 span { border-color: rgb(118,54,160); }

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