#7034D3

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

Shades of Purple Heart #7034D3

Tints of Purple Heart #7034D3

Color information

#7034D3 (or 0x7034D3) is unknown color: approx Purple Heart. HEX triplet: 70, 34 and D3. RGB value is (112,52,211). Sum of RGB (Red+Green+Blue) = 112+52+211=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 211 (82.81% from 255 or 56.27% from 375); Max value from RGB is 211 - color contains mainly: blue. Hex color #7034D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034D3 is #8FCB2C. Grayscale: #575757. Windows color (decimal): -9423661 or 13841520. OLE color: 13841520.

HSL color Cylindrical-coordinate representation of color #7034D3: hue angle of 262.64º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7034D3 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11252211-
CMYK0.470.7500.17
HSL262.64º64.37%51.57%-
HSV(B)262.64º75.36%82.75%-
XYZ19.6710.662.64-
YUV88.07197.38145.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 211 (82.81% from 255) = 56.27%
R=29.87%
G=13.87%
B=56.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112522110.470.7500.17262.6464.3751.57
Hex7034D32F4B0111074034
Octal160643235711302140710064
Binary11100001101001101001110111110010110100011000001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7034D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7034D3; }

 p { color: rgb(112,52,211); }

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

<style>
 a { background-color: #7034D3; }

 a { background-color: rgb(112,52,211); }

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

<style>
 span { border-color: #7034D3; }

 span { border-color: rgb(112,52,211); }

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