#702DD4

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

Shades of Purple Heart #702DD4

Tints of Purple Heart #702DD4

Color information

#702DD4 (or 0x702DD4) is unknown color: approx Purple Heart. HEX triplet: 70, 2D and D4. RGB value is (112,45,212). Sum of RGB (Red+Green+Blue) = 112+45+212=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 212 (83.20% from 255 or 57.45% from 369); Max value from RGB is 212 - color contains mainly: blue. Hex color #702DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DD4 is #8FD22B. Grayscale: #535353. Windows color (decimal): -9425452 or 13905264. OLE color: 13905264.

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

Color convert

RGB11245212-
CMYK0.470.7900.17
HSL264.07º66.01%50.39%-
HSV(B)264.07º78.77%83.14%-
XYZ19.510.0763.2-
YUV84.07200.2147.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 212 (83.20% from 255) = 57.45%
R=30.35%
G=12.20%
B=57.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112452120.470.7900.17264.0766.0150.39
Hex702DD42F4F0111084232
Octal160553245711702141010262
Binary11100001011011101010010111110011110100011000010001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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