#762DAD

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

Shades of Royal Purple #762DAD

Tints of Royal Purple #762DAD

Color information

#762DAD (or 0x762DAD) is unknown color: approx Royal Purple. HEX triplet: 76, 2D and AD. RGB value is (118,45,173). Sum of RGB (Red+Green+Blue) = 118+45+173=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #762DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAD is #89D252. Grayscale: #505050. Windows color (decimal): -9032275 or 11349366. OLE color: 11349366.

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

Color convert

RGB11845173-
CMYK0.320.7400.32
HSL274.22º58.72%42.75%-
HSV(B)274.22º73.99%67.84%-
XYZ15.958.7540.38-
YUV81.42179.68154.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=35.12%
G=13.39%
B=51.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118451730.320.7400.32274.2258.7242.75
Hex762DAD204A0201123b2b
Octal16655255401120404227353
Binary11101101011011010110110000010010100100000100010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,173); }

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

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

 a { background-color: rgb(118,45,173); }

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

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

 span { border-color: rgb(118,45,173); }

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