#7041C3

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

Shades of Purple Heart #7041C3

Tints of Purple Heart #7041C3

Color information

#7041C3 (or 0x7041C3) is unknown color: approx Purple Heart. HEX triplet: 70, 41 and C3. RGB value is (112,65,195). Sum of RGB (Red+Green+Blue) = 112+65+195=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #7041C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041C3 is #8FBE3C. Grayscale: #5D5D5D. Windows color (decimal): -9420349 or 12796272. OLE color: 12796272.

HSL color Cylindrical-coordinate representation of color #7041C3: hue angle of 261.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7041C3 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11265195-
CMYK0.430.6700.24
HSL261.69º52%50.98%-
HSV(B)261.69º66.67%76.47%-
XYZ18.4211.1752.81-
YUV93.87185.07140.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 195 (76.56% from 255) = 52.42%
R=30.11%
G=17.47%
B=52.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112651950.430.6700.24261.695250.98
Hex7041C32B430181063433
Octal160101303531030304066463
Binary11100001000001110000111010111000011011000100000110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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