#762EC3

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

Shades of Purple Heart #762EC3

Tints of Purple Heart #762EC3

Color information

#762EC3 (or 0x762EC3) is unknown color: approx Purple Heart. HEX triplet: 76, 2E and C3. RGB value is (118,46,195). Sum of RGB (Red+Green+Blue) = 118+46+195=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #762EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EC3 is #89D13C. Grayscale: #535353. Windows color (decimal): -9031997 or 12791414. OLE color: 12791414.

HSL color Cylindrical-coordinate representation of color #762EC3: hue angle of 268.99º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762EC3 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11846195-
CMYK0.390.7600.24
HSL268.99º61.83%47.25%-
HSV(B)268.99º76.41%76.47%-
XYZ18.39.7552.55-
YUV84.51190.35151.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 46 (18.36% from 255) = 12.81%
BLUE value IS 195 (76.56% from 255) = 54.32%
R=32.87%
G=12.81%
B=54.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118461950.390.7600.24268.9961.8347.25
Hex762EC3274C01810d3e2f
Octal16656303471140304157657
Binary1110110101110110000111001111001100011000100001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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