#7821B6

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

Shades of Purple Heart #7821B6

Tints of Purple Heart #7821B6

Color information

#7821B6 (or 0x7821B6) is unknown color: approx Purple Heart. HEX triplet: 78, 21 and B6. RGB value is (120,33,182). Sum of RGB (Red+Green+Blue) = 120+33+182=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #7821B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7821B6 is #87DE49. Grayscale: #4B4B4B. Windows color (decimal): -8904266 or 11936120. OLE color: 11936120.

HSL color Cylindrical-coordinate representation of color #7821B6: hue angle of 275.03º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7821B6 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12033182-
CMYK0.340.8200.29
HSL275.03º69.3%42.16%-
HSV(B)275.03º81.87%71.37%-
XYZ16.738.4645.01-
YUV76187.82159.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 182 (71.48% from 255) = 54.33%
R=35.82%
G=9.85%
B=54.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120331820.340.8200.29275.0369.342.16
Hex7821B6225201D113452a
Octal170412664212203542310552
Binary11110001000011011011010001010100100111011000100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7821B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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