#7831BB

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

Shades of Purple Heart #7831BB

Tints of Purple Heart #7831BB

Color information

#7831BB (or 0x7831BB) is unknown color: approx Purple Heart. HEX triplet: 78, 31 and BB. RGB value is (120,49,187). Sum of RGB (Red+Green+Blue) = 120+49+187=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #7831BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7831BB is #87CE44. Grayscale: #555555. Windows color (decimal): -8900165 or 12267896. OLE color: 12267896.

HSL color Cylindrical-coordinate representation of color #7831BB: hue angle of 270.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7831BB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12049187-
CMYK0.360.7400.27
HSL270.87º58.47%46.27%-
HSV(B)270.87º73.8%73.33%-
XYZ17.819.7847.96-
YUV85.96185.02152.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 49 (19.53% from 255) = 13.76%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=33.71%
G=13.76%
B=52.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120491870.360.7400.27270.8758.4746.27
Hex7831BB244A01B10f3a2e
Octal17061273441120334177256
Binary1111000110001101110111001001001010011011100001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7831BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7831BB; }

 p { color: rgb(120,49,187); }

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

<style>
 a { background-color: #7831BB; }

 a { background-color: rgb(120,49,187); }

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

<style>
 span { border-color: #7831BB; }

 span { border-color: rgb(120,49,187); }

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