#7A42BE

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

Shades of Purple Heart #7A42BE

Tints of Purple Heart #7A42BE

Color information

#7A42BE (or 0x7A42BE) is unknown color: approx Purple Heart. HEX triplet: 7A, 42 and BE. RGB value is (122,66,190). Sum of RGB (Red+Green+Blue) = 122+66+190=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A42BE is #85BD41. Grayscale: #606060. Windows color (decimal): -8764738 or 12468858. OLE color: 12468858.

HSL color Cylindrical-coordinate representation of color #7A42BE: hue angle of 267.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A42BE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12266190-
CMYK0.360.6500.25
HSL267.1º48.82%50.2%-
HSV(B)267.1º65.26%74.51%-
XYZ19.2711.7549.97-
YUV96.88180.55145.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=32.28%
G=17.46%
B=50.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122661900.360.6500.25267.148.8250.2
Hex7A42BE244101910b3132
Octal172102276441010314136162
Binary11110101000010101111101001001000001011001100001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,66,190); }

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

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

 a { background-color: rgb(122,66,190); }

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

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

 span { border-color: rgb(122,66,190); }

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