#703EDD

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

Shades of Purple Heart #703EDD

Tints of Purple Heart #703EDD

Color information

#703EDD (or 0x703EDD) is unknown color: approx Purple Heart. HEX triplet: 70, 3E and DD. RGB value is (112,62,221). Sum of RGB (Red+Green+Blue) = 112+62+221=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #703EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDD is #8FC122. Grayscale: #5E5E5E. Windows color (decimal): -9421091 or 14499440. OLE color: 14499440.

HSL color Cylindrical-coordinate representation of color #703EDD: hue angle of 258.87º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703EDD is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11262221-
CMYK0.490.7200.13
HSL258.87º70.04%55.49%-
HSV(B)258.87º71.95%86.67%-
XYZ21.4612.1169.61-
YUV95.08199.06140.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=28.35%
G=15.70%
B=55.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112622210.490.7200.13258.8770.0455.49
Hex703EDD31480D1034637
Octal160763356111001540310667
Binary1110000111110110111011100011001000011011000000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703EDD; }

 p { color: rgb(112,62,221); }

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

<style>
 a { background-color: #703EDD; }

 a { background-color: rgb(112,62,221); }

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

<style>
 span { border-color: #703EDD; }

 span { border-color: rgb(112,62,221); }

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