#762BAE

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

Shades of Royal Purple #762BAE

Tints of Royal Purple #762BAE

Color information

#762BAE (or 0x762BAE) is unknown color: approx Royal Purple. HEX triplet: 76, 2B and AE. RGB value is (118,43,174). Sum of RGB (Red+Green+Blue) = 118+43+174=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #762BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BAE is #89D451. Grayscale: #4F4F4F. Windows color (decimal): -9032786 or 11414390. OLE color: 11414390.

HSL color Cylindrical-coordinate representation of color #762BAE: hue angle of 274.35º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762BAE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11843174-
CMYK0.320.7500.32
HSL274.35º60.37%42.55%-
HSV(B)274.35º75.29%68.24%-
XYZ15.988.6440.87-
YUV80.36180.85154.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 43 (17.19% from 255) = 12.84%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=35.22%
G=12.84%
B=51.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118431740.320.7500.32274.3560.3742.55
Hex762BAE204B0201123c2b
Octal16653256401130404227453
Binary11101101010111010111010000010010110100000100010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,174); }

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

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

 a { background-color: rgb(118,43,174); }

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

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

 span { border-color: rgb(118,43,174); }

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