#7239CD

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

Shades of Purple Heart #7239CD

Tints of Purple Heart #7239CD

Color information

#7239CD (or 0x7239CD) is unknown color: approx Purple Heart. HEX triplet: 72, 39 and CD. RGB value is (114,57,205). Sum of RGB (Red+Green+Blue) = 114+57+205=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #7239CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7239CD is #8DC632. Grayscale: #5A5A5A. Windows color (decimal): -9291315 or 13449586. OLE color: 13449586.

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

Color convert

RGB11457205-
CMYK0.440.7200.20
HSL263.11º59.68%51.37%-
HSV(B)263.11º72.2%80.39%-
XYZ19.4210.9158.84-
YUV90.92192.38144.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=30.32%
G=15.16%
B=54.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114572050.440.7200.20263.1159.6851.37
Hex7239CD2C480141073c33
Octal16271315541100244077463
Binary1110010111001110011011011001001000010100100000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7239CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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