#7A39CC

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

Shades of Purple Heart #7A39CC

Tints of Purple Heart #7A39CC

Color information

#7A39CC (or 0x7A39CC) is unknown color: approx Purple Heart. HEX triplet: 7A, 39 and CC. RGB value is (122,57,204). Sum of RGB (Red+Green+Blue) = 122+57+204=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A39CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A39CC is #85C633. Grayscale: #5C5C5C. Windows color (decimal): -8767028 or 13384058. OLE color: 13384058.

HSL color Cylindrical-coordinate representation of color #7A39CC: hue angle of 266.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A39CC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12257204-
CMYK0.400.7200.2
HSL266.53º59.04%51.18%-
HSV(B)266.53º72.06%80%-
XYZ20.3911.4258.26-
YUV93.19190.53148.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=31.85%
G=14.88%
B=53.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122572040.400.7200.2266.5359.0451.18
Hex7A39CC284801410b3b33
Octal17271314501100244137363
Binary1111010111001110011001010001001000010100100001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,204); }

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

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

 a { background-color: rgb(122,57,204); }

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

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

 span { border-color: rgb(122,57,204); }

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