#763CB6

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

Shades of Royal Purple #763CB6

Tints of Royal Purple #763CB6

Color information

#763CB6 (or 0x763CB6) is unknown color: approx Royal Purple. HEX triplet: 76, 3C and B6. RGB value is (118,60,182). Sum of RGB (Red+Green+Blue) = 118+60+182=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #763CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CB6 is #89C349. Grayscale: #5A5A5A. Windows color (decimal): -9028426 or 11943030. OLE color: 11943030.

HSL color Cylindrical-coordinate representation of color #763CB6: hue angle of 268.52º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763CB6 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11860182-
CMYK0.350.6700.29
HSL268.52º50.41%47.45%-
HSV(B)268.52º67.03%71.37%-
XYZ17.5310.4645.35-
YUV91.25179.22147.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 60 (23.83% from 255) = 16.67%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=32.78%
G=16.67%
B=50.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118601820.350.6700.29268.5250.4147.45
Hex763CB6234301D10d322f
Octal16674266431030354156257
Binary1110110111100101101101000111000011011101100001101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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