#702BD4

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

Shades of Purple Heart #702BD4

Tints of Purple Heart #702BD4

Color information

#702BD4 (or 0x702BD4) is unknown color: approx Purple Heart. HEX triplet: 70, 2B and D4. RGB value is (112,43,212). Sum of RGB (Red+Green+Blue) = 112+43+212=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 212 (83.20% from 255 or 57.77% from 367); Max value from RGB is 212 - color contains mainly: blue. Hex color #702BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BD4 is #8FD42B. Grayscale: #525252. Windows color (decimal): -9425964 or 13904752. OLE color: 13904752.

HSL color Cylindrical-coordinate representation of color #702BD4: hue angle of 264.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702BD4 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11243212-
CMYK0.470.8000.17
HSL264.5º66.27%50%-
HSV(B)264.5º79.72%83.14%-
XYZ19.439.9363.18-
YUV82.9200.86148.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 212 (83.20% from 255) = 57.77%
R=30.52%
G=11.72%
B=57.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112432120.470.8000.17264.566.2750
Hex702BD42F500111084232
Octal160533245712002141010262
Binary11100001010111101010010111110100000100011000010001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,43,212); }

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

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

 a { background-color: rgb(112,43,212); }

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

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

 span { border-color: rgb(112,43,212); }

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