#782ab0

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

Shades of Purple Heart #782AB0

Tints of Purple Heart #782AB0

Color information

#782AB0 (or 0x782AB0) is unknown color: approx Purple Heart. HEX triplet: 78, 2A and B0. RGB value is (120,42,176). Sum of RGB (Red+Green+Blue) = 120+42+176=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #782AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782AB0 is #87D54F. Grayscale: #505050. Windows color (decimal): -8901968 or 11545208. OLE color: 11545208.

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

Color convert

RGB12042176-
CMYK0.320.7600.31
HSL274.93º61.47%42.75%-
HSV(B)274.93º76.14%69.02%-
XYZ16.418.7841.9-
YUV80.6181.84156.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 176 (69.14% from 255) = 52.07%
R=35.50%
G=12.43%
B=52.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120421760.320.7600.31274.9361.4742.75
Hex782AB0204C01F1133d2b
Octal17052260401140374237553
Binary1111000101010101100001000001001100011111100010011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782ab0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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