#702DD9

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

Shades of Purple Heart #702DD9

Tints of Purple Heart #702DD9

Color information

#702DD9 (or 0x702DD9) is unknown color: approx Purple Heart. HEX triplet: 70, 2D and D9. RGB value is (112,45,217). Sum of RGB (Red+Green+Blue) = 112+45+217=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #702DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DD9 is #8FD226. Grayscale: #545454. Windows color (decimal): -9425447 or 14232944. OLE color: 14232944.

HSL color Cylindrical-coordinate representation of color #702DD9: hue angle of 263.37º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702DD9 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11245217-
CMYK0.480.7900.15
HSL263.37º69.35%51.37%-
HSV(B)263.37º79.26%85.1%-
XYZ20.1410.3366.58-
YUV84.64202.7147.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 217 (85.16% from 255) = 58.02%
R=29.95%
G=12.03%
B=58.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112452170.480.7900.15263.3769.3551.37
Hex702DD9304F0F1074533
Octal160553316011701740710563
Binary1110000101101110110011100001001111011111000001111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702DD9; }

 p { color: rgb(112,45,217); }

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

<style>
 a { background-color: #702DD9; }

 a { background-color: rgb(112,45,217); }

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

<style>
 span { border-color: #702DD9; }

 span { border-color: rgb(112,45,217); }

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