#782BBC

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

Shades of Purple Heart #782BBC

Tints of Purple Heart #782BBC

Color information

#782BBC (or 0x782BBC) is unknown color: approx Purple Heart. HEX triplet: 78, 2B and BC. RGB value is (120,43,188). Sum of RGB (Red+Green+Blue) = 120+43+188=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #782BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782BBC is #87D443. Grayscale: #525252. Windows color (decimal): -8901700 or 12331896. OLE color: 12331896.

HSL color Cylindrical-coordinate representation of color #782BBC: hue angle of 271.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782BBC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12043188-
CMYK0.360.7700.26
HSL271.86º62.77%45.29%-
HSV(B)271.86º77.13%73.73%-
XYZ17.699.3548.45-
YUV82.55187.51154.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=34.19%
G=12.25%
B=53.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120431880.360.7700.26271.8662.7745.29
Hex782BBC244D01A1103f2d
Octal17053274441150324207755
Binary1111000101011101111001001001001101011010100010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,188); }

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

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

 a { background-color: rgb(120,43,188); }

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

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

 span { border-color: rgb(120,43,188); }

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