#7339CD

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

Shades of Purple Heart #7339CD

Tints of Purple Heart #7339CD

Color information

#7339CD (or 0x7339CD) is unknown color: approx Purple Heart. HEX triplet: 73, 39 and CD. RGB value is (115,57,205). Sum of RGB (Red+Green+Blue) = 115+57+205=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #7339CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7339CD is #8CC632. Grayscale: #5A5A5A. Windows color (decimal): -9225779 or 13449587. OLE color: 13449587.

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

Color convert

RGB11557205-
CMYK0.440.7200.20
HSL263.51º59.68%51.37%-
HSV(B)263.51º72.2%80.39%-
XYZ19.5510.9858.85-
YUV91.21192.22144.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 205 (80.47% from 255) = 54.38%
R=30.50%
G=15.12%
B=54.38%

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
Decimal115572050.440.7200.20263.5159.6851.37
Hex7339CD2C480141083c33
Octal16371315541100244107463
Binary1110011111001110011011011001001000010100100001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7339CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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