#763EBB

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

Shades of Purple Heart #763EBB

Tints of Purple Heart #763EBB

Color information

#763EBB (or 0x763EBB) is unknown color: approx Purple Heart. HEX triplet: 76, 3E and BB. RGB value is (118,62,187). Sum of RGB (Red+Green+Blue) = 118+62+187=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #763EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EBB is #89C144. Grayscale: #5C5C5C. Windows color (decimal): -9027909 or 12271222. OLE color: 12271222.

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

Color convert

RGB11862187-
CMYK0.370.6700.27
HSL266.88º50.2%48.82%-
HSV(B)266.88º66.84%73.33%-
XYZ18.1610.8848.16-
YUV92.99181.05145.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=32.15%
G=16.89%
B=50.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118621870.370.6700.27266.8850.248.82
Hex763EBB254301B10b3231
Octal16676273451030334136261
Binary1110110111110101110111001011000011011011100001011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,187); }

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

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

 a { background-color: rgb(118,62,187); }

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

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

 span { border-color: rgb(118,62,187); }

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