#763CAA

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

Shades of Royal Purple #763CAA

Tints of Royal Purple #763CAA

Color information

#763CAA (or 0x763CAA) is unknown color: approx Royal Purple. HEX triplet: 76, 3C and AA. RGB value is (118,60,170). Sum of RGB (Red+Green+Blue) = 118+60+170=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #763CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763CAA is #89C355. Grayscale: #595959. Windows color (decimal): -9028438 or 11156598. OLE color: 11156598.

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

Color convert

RGB11860170-
CMYK0.310.6500.33
HSL271.64º47.83%45.1%-
HSV(B)271.64º64.71%66.67%-
XYZ16.349.9939.1-
YUV89.88173.22148.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=33.91%
G=17.24%
B=48.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118601700.310.6500.33271.6447.8345.1
Hex763CAA1F41021110302d
Octal16674252371010414206055
Binary1110110111100101010101111110000010100001100010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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