#7239CC

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

Shades of Purple Heart #7239CC

Tints of Purple Heart #7239CC

Color information

#7239CC (or 0x7239CC) is unknown color: approx Purple Heart. HEX triplet: 72, 39 and CC. RGB value is (114,57,204). Sum of RGB (Red+Green+Blue) = 114+57+204=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #7239CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7239CC is #8DC633. Grayscale: #5A5A5A. Windows color (decimal): -9291316 or 13384050. OLE color: 13384050.

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

Color convert

RGB11457204-
CMYK0.440.7200.2
HSL263.27º59.04%51.18%-
HSV(B)263.27º72.06%80%-
XYZ19.310.8658.21-
YUV90.8191.88144.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=30.4%
G=15.2%
B=54.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114572040.440.7200.2263.2759.0451.18
Hex7239CC2C480141073b33
Octal16271314541100244077363
Binary1110010111001110011001011001001000010100100000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7239CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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