#763E9F

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

Shades of Royal Purple #763E9F

Tints of Royal Purple #763E9F

Color information

#763E9F (or 0x763E9F) is unknown color: approx Royal Purple. HEX triplet: 76, 3E and 9F. RGB value is (118,62,159). Sum of RGB (Red+Green+Blue) = 118+62+159=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #763E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E9F is #89C160. Grayscale: #595959. Windows color (decimal): -9027937 or 10436214. OLE color: 10436214.

HSL color Cylindrical-coordinate representation of color #763E9F: hue angle of 274.64º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763E9F is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11862159-
CMYK0.260.6100.38
HSL274.64º43.89%43.33%-
HSV(B)274.64º61.01%62.35%-
XYZ15.459.833.88-
YUV89.8167.05148.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=34.81%
G=18.29%
B=46.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118621590.260.6100.38274.6443.8943.33
Hex763E9F1A3D0261132c2b
Octal1667623732750464235453
Binary111011011111010011111110101111010100110100010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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