#7826b2

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

Shades of Purple Heart #7826B2

Tints of Purple Heart #7826B2

Color information

#7826B2 (or 0x7826B2) is unknown color: approx Purple Heart. HEX triplet: 78, 26 and B2. RGB value is (120,38,178). Sum of RGB (Red+Green+Blue) = 120+38+178=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #7826B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7826B2 is #87D94D. Grayscale: #4E4E4E. Windows color (decimal): -8902990 or 11675256. OLE color: 11675256.

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

Color convert

RGB12038178-
CMYK0.330.7900.30
HSL275.14º64.81%42.35%-
HSV(B)275.14º78.65%69.8%-
XYZ16.478.5942.91-
YUV78.48184.17157.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 38 (15.23% from 255) = 11.31%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=35.71%
G=11.31%
B=52.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120381780.330.7900.30275.1464.8142.35
Hex7826B2214F01E113412a
Octal170462624111703642310152
Binary11110001001101011001010000110011110111101000100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7826b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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