#763fba

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

Shades of Purple Heart #763FBA

Tints of Purple Heart #763FBA

Color information

#763FBA (or 0x763FBA) is unknown color: approx Purple Heart. HEX triplet: 76, 3F and BA. RGB value is (118,63,186). Sum of RGB (Red+Green+Blue) = 118+63+186=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #763FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FBA is #89C045. Grayscale: #5D5D5D. Windows color (decimal): -9027654 or 12205942. OLE color: 12205942.

HSL color Cylindrical-coordinate representation of color #763FBA: hue angle of 266.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763FBA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11863186-
CMYK0.370.6600.27
HSL266.83º49.4%48.82%-
HSV(B)266.83º66.13%72.94%-
XYZ18.1110.9547.61-
YUV93.47180.22145.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=32.15%
G=17.17%
B=50.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118631860.370.6600.27266.8349.448.82
Hex763FBA254201B10b3131
Octal16677272451020334136161
Binary1110110111111101110101001011000010011011100001011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,63,186); }

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

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

 a { background-color: rgb(118,63,186); }

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

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

 span { border-color: rgb(118,63,186); }

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