#7827BF

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

Shades of Purple Heart #7827BF

Tints of Purple Heart #7827BF

Color information

#7827BF (or 0x7827BF) is unknown color: approx Purple Heart. HEX triplet: 78, 27 and BF. RGB value is (120,39,191). Sum of RGB (Red+Green+Blue) = 120+39+191=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #7827BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7827BF is #87D840. Grayscale: #505050. Windows color (decimal): -8902721 or 12527480. OLE color: 12527480.

HSL color Cylindrical-coordinate representation of color #7827BF: hue angle of 271.97º degrees, saturation: 0.66, 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 #7827BF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12039191-
CMYK0.370.8000.25
HSL271.97º66.09%45.1%-
HSV(B)271.97º79.58%74.9%-
XYZ17.889.2150.12-
YUV80.55190.34156.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 39 (15.62% from 255) = 11.14%
BLUE value IS 191 (75% from 255) = 54.57%
R=34.29%
G=11.14%
B=54.57%

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
Decimal120391910.370.8000.25271.9766.0945.1
Hex7827BF2550019110422d
Octal170472774512003142010255
Binary11110001001111011111110010110100000110011000100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7827BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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