#762EAB

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

Shades of Royal Purple #762EAB

Tints of Royal Purple #762EAB

Color information

#762EAB (or 0x762EAB) is unknown color: approx Royal Purple. HEX triplet: 76, 2E and AB. RGB value is (118,46,171). Sum of RGB (Red+Green+Blue) = 118+46+171=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #762EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762EAB is #89D154. Grayscale: #515151. Windows color (decimal): -9032021 or 11218550. OLE color: 11218550.

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

Color convert

RGB11846171-
CMYK0.310.7300.33
HSL274.56º57.6%42.55%-
HSV(B)274.56º73.1%67.06%-
XYZ15.88.7539.38-
YUV81.78178.35153.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=35.22%
G=13.73%
B=51.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118461710.310.7300.33274.5657.642.55
Hex762EAB1F490211133a2b
Octal16656253371110414237253
Binary1110110101110101010111111110010010100001100010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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