#782BCF

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

Shades of Purple Heart #782BCF

Tints of Purple Heart #782BCF

Color information

#782BCF (or 0x782BCF) is unknown color: approx Purple Heart. HEX triplet: 78, 2B and CF. RGB value is (120,43,207). Sum of RGB (Red+Green+Blue) = 120+43+207=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #782BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782BCF is #87D430. Grayscale: #545454. Windows color (decimal): -8901681 or 13577080. OLE color: 13577080.

HSL color Cylindrical-coordinate representation of color #782BCF: hue angle of 268.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782BCF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12043207-
CMYK0.420.7900.19
HSL268.17º65.6%49.02%-
HSV(B)268.17º79.23%81.18%-
XYZ19.8710.2359.96-
YUV84.72197.01153.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 207 (81.25% from 255) = 55.95%
R=32.43%
G=11.62%
B=55.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120432070.420.7900.19268.1765.649.02
Hex782BCF2A4F01310c4231
Octal170533175211702341410261
Binary11110001010111100111110101010011110100111000011001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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