#762EB7

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

Shades of Purple Heart #762EB7

Tints of Purple Heart #762EB7

Color information

#762EB7 (or 0x762EB7) is unknown color: approx Purple Heart. HEX triplet: 76, 2E and B7. RGB value is (118,46,183). Sum of RGB (Red+Green+Blue) = 118+46+183=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #762EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EB7 is #89D148. Grayscale: #525252. Windows color (decimal): -9032009 or 12004982. OLE color: 12004982.

HSL color Cylindrical-coordinate representation of color #762EB7: hue angle of 271.53º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762EB7 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11846183-
CMYK0.360.7500.28
HSL271.53º59.83%44.9%-
HSV(B)271.53º74.86%71.76%-
XYZ179.2245.68-
YUV83.15184.35152.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 46 (18.36% from 255) = 13.26%
BLUE value IS 183 (71.88% from 255) = 52.74%
R=34.01%
G=13.26%
B=52.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118461830.360.7500.28271.5359.8344.9
Hex762EB7244B01C1103c2d
Octal16656267441130344207455
Binary1110110101110101101111001001001011011100100010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762EB7; }

 p { color: rgb(118,46,183); }

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

<style>
 a { background-color: #762EB7; }

 a { background-color: rgb(118,46,183); }

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

<style>
 span { border-color: #762EB7; }

 span { border-color: rgb(118,46,183); }

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