#7A28B6

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

Shades of Purple Heart #7A28B6

Tints of Purple Heart #7A28B6

Color information

#7A28B6 (or 0x7A28B6) is unknown color: approx Purple Heart. HEX triplet: 7A, 28 and B6. RGB value is (122,40,182). Sum of RGB (Red+Green+Blue) = 122+40+182=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A28B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A28B6 is #85D749. Grayscale: #505050. Windows color (decimal): -8771402 or 11937914. OLE color: 11937914.

HSL color Cylindrical-coordinate representation of color #7A28B6: hue angle of 274.65º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A28B6 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12240182-
CMYK0.330.7800.29
HSL274.65º63.96%43.53%-
HSV(B)274.65º78.02%71.37%-
XYZ17.239.0345.09-
YUV80.71185.17157.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 182 (71.48% from 255) = 52.91%
R=35.47%
G=11.63%
B=52.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122401820.330.7800.29274.6563.9643.53
Hex7A28B6214E01D113402c
Octal172502664111603542310054
Binary11110101010001011011010000110011100111011000100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A28B6; }

 p { color: rgb(122,40,182); }

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

<style>
 a { background-color: #7A28B6; }

 a { background-color: rgb(122,40,182); }

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

<style>
 span { border-color: #7A28B6; }

 span { border-color: rgb(122,40,182); }

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