#7034C8

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

Shades of Purple Heart #7034C8

Tints of Purple Heart #7034C8

Color information

#7034C8 (or 0x7034C8) is unknown color: approx Purple Heart. HEX triplet: 70, 34 and C8. RGB value is (112,52,200). Sum of RGB (Red+Green+Blue) = 112+52+200=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #7034C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034C8 is #8FCB37. Grayscale: #565656. Windows color (decimal): -9423672 or 13120624. OLE color: 13120624.

HSL color Cylindrical-coordinate representation of color #7034C8: hue angle of 264.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7034C8 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11252200-
CMYK0.440.7400.22
HSL264.32º58.73%49.41%-
HSV(B)264.32º74%78.43%-
XYZ18.3410.0755.62-
YUV86.81191.88145.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=30.77%
G=14.29%
B=54.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112522000.440.7400.22264.3258.7349.41
Hex7034C82C4A0161083b31
Octal16064310541120264107361
Binary1110000110100110010001011001001010010110100001000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7034C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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