#761ECB

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

Shades of Purple Heart #761ECB

Tints of Purple Heart #761ECB

Color information

#761ECB (or 0x761ECB) is unknown color: approx Purple Heart. HEX triplet: 76, 1E and CB. RGB value is (118,30,203). Sum of RGB (Red+Green+Blue) = 118+30+203=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #761ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ECB is #89E134. Grayscale: #4B4B4B. Windows color (decimal): -9036085 or 13311606. OLE color: 13311606.

HSL color Cylindrical-coordinate representation of color #761ECB: hue angle of 270.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761ECB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11830203-
CMYK0.420.8500.20
HSL270.52º74.25%45.69%-
HSV(B)270.52º85.22%79.61%-
XYZ18.719.0957.27-
YUV76.03199.65157.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 30 (12.11% from 255) = 8.55%
BLUE value IS 203 (79.69% from 255) = 57.83%
R=33.62%
G=8.55%
B=57.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118302030.420.8500.20270.5274.2545.69
Hex761ECB2A5501410f4a2e
Octal166363135212502441711256
Binary1110110111101100101110101010101010101001000011111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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