#781FB0

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

Shades of Purple Heart #781FB0

Tints of Purple Heart #781FB0

Color information

#781FB0 (or 0x781FB0) is unknown color: approx Purple Heart. HEX triplet: 78, 1F and B0. RGB value is (120,31,176). Sum of RGB (Red+Green+Blue) = 120+31+176=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #781FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FB0 is #87E04F. Grayscale: #494949. Windows color (decimal): -8904784 or 11542392. OLE color: 11542392.

HSL color Cylindrical-coordinate representation of color #781FB0: hue angle of 276.83º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781FB0 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12031176-
CMYK0.320.8200.31
HSL276.83º70.05%40.59%-
HSV(B)276.83º82.39%69.02%-
XYZ16.078.1141.79-
YUV74.14185.49160.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 31 (12.5% from 255) = 9.48%
BLUE value IS 176 (69.14% from 255) = 53.82%
R=36.70%
G=9.48%
B=53.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120311760.320.8200.31276.8370.0540.59
Hex781FB0205201F1154629
Octal170372604012203742510651
Binary1111000111111011000010000010100100111111000101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781FB0; }

 p { color: rgb(120,31,176); }

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

<style>
 a { background-color: #781FB0; }

 a { background-color: rgb(120,31,176); }

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

<style>
 span { border-color: #781FB0; }

 span { border-color: rgb(120,31,176); }

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