#763AAF

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

Shades of Royal Purple #763AAF

Tints of Royal Purple #763AAF

Color information

#763AAF (or 0x763AAF) is unknown color: approx Royal Purple. HEX triplet: 76, 3A and AF. RGB value is (118,58,175). Sum of RGB (Red+Green+Blue) = 118+58+175=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #763AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAF is #89C550. Grayscale: #585858. Windows color (decimal): -9028945 or 11483766. OLE color: 11483766.

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

Color convert

RGB11858175-
CMYK0.330.6700.31
HSL270.77º50.21%45.69%-
HSV(B)270.77º66.86%68.63%-
XYZ16.729.9741.6-
YUV89.28176.38148.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=33.62%
G=16.52%
B=49.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118581750.330.6700.31270.7750.2145.69
Hex763AAF214301F10f322e
Octal16672257411030374176256
Binary1110110111010101011111000011000011011111100001111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,58,175); }

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

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

 a { background-color: rgb(118,58,175); }

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

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

 span { border-color: rgb(118,58,175); }

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