#763EAB

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

Shades of Royal Purple #763EAB

Tints of Royal Purple #763EAB

Color information

#763EAB (or 0x763EAB) is unknown color: approx Royal Purple. HEX triplet: 76, 3E and AB. RGB value is (118,62,171). Sum of RGB (Red+Green+Blue) = 118+62+171=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #763EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763EAB is #89C154. Grayscale: #5A5A5A. Windows color (decimal): -9027925 or 11222646. OLE color: 11222646.

HSL color Cylindrical-coordinate representation of color #763EAB: hue angle of 270.83º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763EAB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11862171-
CMYK0.310.6400.33
HSL270.83º46.78%45.69%-
HSV(B)270.83º63.74%67.06%-
XYZ16.5410.2439.63-
YUV91.17173.05147.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=33.62%
G=17.66%
B=48.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118621710.310.6400.33270.8346.7845.69
Hex763EAB1F4002110f2f2e
Octal16676253371000414175756
Binary1110110111110101010111111110000000100001100001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763EAB; }

 p { color: rgb(118,62,171); }

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

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

 a { background-color: rgb(118,62,171); }

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

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

 span { border-color: rgb(118,62,171); }

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