#761EC9

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

Shades of Purple Heart #761EC9

Tints of Purple Heart #761EC9

Color information

#761EC9 (or 0x761EC9) is unknown color: approx Purple Heart. HEX triplet: 76, 1E and C9. RGB value is (118,30,201). Sum of RGB (Red+Green+Blue) = 118+30+201=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #761EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EC9 is #89E136. Grayscale: #4B4B4B. Windows color (decimal): -9036087 or 13180534. OLE color: 13180534.

HSL color Cylindrical-coordinate representation of color #761EC9: hue angle of 270.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761EC9 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11830201-
CMYK0.410.8500.21
HSL270.88º74.03%45.29%-
HSV(B)270.88º85.07%78.82%-
XYZ18.48956.02-
YUV75.81198.65158.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 201 (78.91% from 255) = 57.59%
R=33.81%
G=8.60%
B=57.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118302010.410.8500.21270.8874.0345.29
Hex761EC9295501510f4a2d
Octal166363115112502541711255
Binary1110110111101100100110100110101010101011000011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761EC9; }

 p { color: rgb(118,30,201); }

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

<style>
 a { background-color: #761EC9; }

 a { background-color: rgb(118,30,201); }

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

<style>
 span { border-color: #761EC9; }

 span { border-color: rgb(118,30,201); }

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