#761CB8

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

Shades of Purple Heart #761CB8

Tints of Purple Heart #761CB8

Color information

#761CB8 (or 0x761CB8) is unknown color: approx Purple Heart. HEX triplet: 76, 1C and B8. RGB value is (118,28,184). Sum of RGB (Red+Green+Blue) = 118+28+184=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #761CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CB8 is #89E347. Grayscale: #484848. Windows color (decimal): -9036616 or 12065910. OLE color: 12065910.

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

Color convert

RGB11828184-
CMYK0.360.8500.28
HSL274.62º73.58%41.57%-
HSV(B)274.62º84.78%72.16%-
XYZ16.548.1446.05-
YUV72.69190.82160.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 184 (72.27% from 255) = 55.76%
R=35.76%
G=8.48%
B=55.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118281840.360.8500.28274.6273.5841.57
Hex761CB8245501C1134a2a
Octal166342704412503442311252
Binary1110110111001011100010010010101010111001000100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,184); }

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

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

 a { background-color: rgb(118,28,184); }

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

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

 span { border-color: rgb(118,28,184); }

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