#782DB1

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

Shades of Purple Heart #782DB1

Tints of Purple Heart #782DB1

Color information

#782DB1 (or 0x782DB1) is unknown color: approx Purple Heart. HEX triplet: 78, 2D and B1. RGB value is (120,45,177). Sum of RGB (Red+Green+Blue) = 120+45+177=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #782DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782DB1 is #87D24E. Grayscale: #525252. Windows color (decimal): -8901199 or 11611512. OLE color: 11611512.

HSL color Cylindrical-coordinate representation of color #782DB1: hue angle of 274.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #782DB1 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12045177-
CMYK0.320.7500.31
HSL274.09º59.46%43.53%-
HSV(B)274.09º74.58%69.41%-
XYZ16.629.0442.46-
YUV82.47181.35154.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 45 (17.97% from 255) = 13.16%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=35.09%
G=13.16%
B=51.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120451770.320.7500.31274.0959.4643.53
Hex782DB1204B01F1123b2c
Octal17055261401130374227354
Binary1111000101101101100011000001001011011111100010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782DB1; }

 p { color: rgb(120,45,177); }

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

<style>
 a { background-color: #782DB1; }

 a { background-color: rgb(120,45,177); }

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

<style>
 span { border-color: #782DB1; }

 span { border-color: rgb(120,45,177); }

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