#782CBE

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

Shades of Purple Heart #782CBE

Tints of Purple Heart #782CBE

Color information

#782CBE (or 0x782CBE) is unknown color: approx Purple Heart. HEX triplet: 78, 2C and BE. RGB value is (120,44,190). Sum of RGB (Red+Green+Blue) = 120+44+190=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #782CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CBE is #87D341. Grayscale: #525252. Windows color (decimal): -8901442 or 12463224. OLE color: 12463224.

HSL color Cylindrical-coordinate representation of color #782CBE: hue angle of 271.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782CBE is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12044190-
CMYK0.370.7700.25
HSL271.23º62.39%45.88%-
HSV(B)271.23º76.84%74.51%-
XYZ17.949.5149.61-
YUV83.37188.18154.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 44 (17.58% from 255) = 12.43%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=33.90%
G=12.43%
B=53.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120441900.370.7700.25271.2362.3945.88
Hex782CBE254D01910f3e2e
Octal17054276451150314177656
Binary1111000101100101111101001011001101011001100001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,44,190); }

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

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

 a { background-color: rgb(120,44,190); }

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

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

 span { border-color: rgb(120,44,190); }

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