#7831B4

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

Shades of Purple Heart #7831B4

Tints of Purple Heart #7831B4

Color information

#7831B4 (or 0x7831B4) is unknown color: approx Purple Heart. HEX triplet: 78, 31 and B4. RGB value is (120,49,180). Sum of RGB (Red+Green+Blue) = 120+49+180=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #7831B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7831B4 is #87CE4B. Grayscale: #545454. Windows color (decimal): -8900172 or 11809144. OLE color: 11809144.

HSL color Cylindrical-coordinate representation of color #7831B4: hue angle of 272.52º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7831B4 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12049180-
CMYK0.330.7300.29
HSL272.52º57.21%44.9%-
HSV(B)272.52º72.78%70.59%-
XYZ17.089.4844.11-
YUV85.16181.52152.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 180 (70.70% from 255) = 51.58%
R=34.38%
G=14.04%
B=51.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120491800.330.7300.29272.5257.2144.9
Hex7831B4214901D111392d
Octal17061264411110354217155
Binary1111000110001101101001000011001001011101100010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7831B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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