#7041C7

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

Shades of Purple Heart #7041C7

Tints of Purple Heart #7041C7

Color information

#7041C7 (or 0x7041C7) is unknown color: approx Purple Heart. HEX triplet: 70, 41 and C7. RGB value is (112,65,199). Sum of RGB (Red+Green+Blue) = 112+65+199=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #7041C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041C7 is #8FBE38. Grayscale: #5D5D5D. Windows color (decimal): -9420345 or 13058416. OLE color: 13058416.

HSL color Cylindrical-coordinate representation of color #7041C7: hue angle of 261.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7041C7 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11265199-
CMYK0.440.6700.22
HSL261.04º54.47%51.76%-
HSV(B)261.04º67.34%78.04%-
XYZ18.8811.3555.23-
YUV94.33187.07140.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 199 (78.12% from 255) = 52.93%
R=29.79%
G=17.29%
B=52.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112651990.440.6700.22261.0454.4751.76
Hex7041C72C430161053634
Octal160101307541030264056664
Binary11100001000001110001111011001000011010110100000101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7041C7; }

 p { color: rgb(112,65,199); }

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

<style>
 a { background-color: #7041C7; }

 a { background-color: rgb(112,65,199); }

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

<style>
 span { border-color: #7041C7; }

 span { border-color: rgb(112,65,199); }

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