#762caa

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

Shades of Royal Purple #762CAA

Tints of Royal Purple #762CAA

Color information

#762CAA (or 0x762CAA) is unknown color: approx Royal Purple. HEX triplet: 76, 2C and AA. RGB value is (118,44,170). Sum of RGB (Red+Green+Blue) = 118+44+170=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #762CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CAA is #89D355. Grayscale: #505050. Windows color (decimal): -9032534 or 11152502. OLE color: 11152502.

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

Color convert

RGB11844170-
CMYK0.310.7400.33
HSL275.24º58.88%41.96%-
HSV(B)275.24º74.12%66.67%-
XYZ15.638.5638.86-
YUV80.49178.52154.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 44 (17.58% from 255) = 13.25%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=35.54%
G=13.25%
B=51.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118441700.310.7400.33275.2458.8841.96
Hex762CAA1F4A0211133b2a
Octal16654252371120414237352
Binary1110110101100101010101111110010100100001100010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,44,170); }

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

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

 a { background-color: rgb(118,44,170); }

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

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

 span { border-color: rgb(118,44,170); }

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