#7826BF

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

Shades of Purple Heart #7826BF

Tints of Purple Heart #7826BF

Color information

#7826BF (or 0x7826BF) is unknown color: approx Purple Heart. HEX triplet: 78, 26 and BF. RGB value is (120,38,191). Sum of RGB (Red+Green+Blue) = 120+38+191=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #7826BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7826BF is #87D940. Grayscale: #4F4F4F. Windows color (decimal): -8902977 or 12527224. OLE color: 12527224.

HSL color Cylindrical-coordinate representation of color #7826BF: hue angle of 272.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7826BF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12038191-
CMYK0.370.8000.25
HSL272.16º66.81%44.9%-
HSV(B)272.16º80.1%74.9%-
XYZ17.849.1450.11-
YUV79.96190.67156.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 38 (15.23% from 255) = 10.89%
BLUE value IS 191 (75% from 255) = 54.73%
R=34.38%
G=10.89%
B=54.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120381910.370.8000.25272.1666.8144.9
Hex7826BF2550019110432d
Octal170462774512003142010355
Binary11110001001101011111110010110100000110011000100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7826BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7826BF; }

 p { color: rgb(120,38,191); }

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

<style>
 a { background-color: #7826BF; }

 a { background-color: rgb(120,38,191); }

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

<style>
 span { border-color: #7826BF; }

 span { border-color: rgb(120,38,191); }

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