#7939CC

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

Shades of Purple Heart #7939CC

Tints of Purple Heart #7939CC

Color information

#7939CC (or 0x7939CC) is unknown color: approx Purple Heart. HEX triplet: 79, 39 and CC. RGB value is (121,57,204). Sum of RGB (Red+Green+Blue) = 121+57+204=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #7939CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939CC is #86C633. Grayscale: #5C5C5C. Windows color (decimal): -8832564 or 13384057. OLE color: 13384057.

HSL color Cylindrical-coordinate representation of color #7939CC: hue angle of 266.12º 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 #7939CC is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12157204-
CMYK0.410.7200.2
HSL266.12º59.04%51.18%-
HSV(B)266.12º72.06%80%-
XYZ20.2511.3558.25-
YUV92.89190.7148.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=31.68%
G=14.92%
B=53.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121572040.410.7200.2266.1259.0451.18
Hex7939CC294801410a3b33
Octal17171314511100244127363
Binary1111001111001110011001010011001000010100100001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7939CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7939CC; }

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

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

<style>
 a { background-color: #7939CC; }

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

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

<style>
 span { border-color: #7939CC; }

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

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