#7826B1

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

Shades of Purple Heart #7826B1

Tints of Purple Heart #7826B1

Color information

#7826B1 (or 0x7826B1) is unknown color: approx Purple Heart. HEX triplet: 78, 26 and B1. RGB value is (120,38,177). Sum of RGB (Red+Green+Blue) = 120+38+177=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #7826B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7826B1 is #87D94E. Grayscale: #4D4D4D. Windows color (decimal): -8902991 or 11609720. OLE color: 11609720.

HSL color Cylindrical-coordinate representation of color #7826B1: hue angle of 275.4º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7826B1 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12038177-
CMYK0.320.7900.31
HSL275.4º64.65%42.16%-
HSV(B)275.4º78.53%69.41%-
XYZ16.378.5542.38-
YUV78.36183.67157.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=35.82%
G=11.34%
B=52.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120381770.320.7900.31275.464.6542.16
Hex7826B1204F01F113412a
Octal170462614011703742310152
Binary11110001001101011000110000010011110111111000100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7826B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7826B1; }

 p { color: rgb(120,38,177); }

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

<style>
 a { background-color: #7826B1; }

 a { background-color: rgb(120,38,177); }

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

<style>
 span { border-color: #7826B1; }

 span { border-color: rgb(120,38,177); }

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