#7821BD

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

Shades of Purple Heart #7821BD

Tints of Purple Heart #7821BD

Color information

#7821BD (or 0x7821BD) is unknown color: approx Purple Heart. HEX triplet: 78, 21 and BD. RGB value is (120,33,189). Sum of RGB (Red+Green+Blue) = 120+33+189=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #7821BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7821BD is #87DE42. Grayscale: #4C4C4C. Windows color (decimal): -8904259 or 12394872. OLE color: 12394872.

HSL color Cylindrical-coordinate representation of color #7821BD: hue angle of 273.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7821BD is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12033189-
CMYK0.370.8300.26
HSL273.46º70.27%43.53%-
HSV(B)273.46º82.54%74.12%-
XYZ17.478.7548.91-
YUV76.8191.32158.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=35.09%
G=9.65%
B=55.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120331890.370.8300.26273.4670.2743.53
Hex7821BD255301A111462c
Octal170412754512303242110654
Binary11110001000011011110110010110100110110101000100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7821BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7821BD; }

 p { color: rgb(120,33,189); }

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

<style>
 a { background-color: #7821BD; }

 a { background-color: rgb(120,33,189); }

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

<style>
 span { border-color: #7821BD; }

 span { border-color: rgb(120,33,189); }

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