#703ADD

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

Shades of Purple Heart #703ADD

Tints of Purple Heart #703ADD

Color information

#703ADD (or 0x703ADD) is unknown color: approx Purple Heart. HEX triplet: 70, 3A and DD. RGB value is (112,58,221). Sum of RGB (Red+Green+Blue) = 112+58+221=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #703ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ADD is #8FC522. Grayscale: #5C5C5C. Windows color (decimal): -9422115 or 14498416. OLE color: 14498416.

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

Color convert

RGB11258221-
CMYK0.490.7400.13
HSL259.88º70.56%54.71%-
HSV(B)259.88º73.76%86.67%-
XYZ21.2511.6969.54-
YUV92.73200.39141.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=28.64%
G=14.83%
B=56.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112582210.490.7400.13259.8870.5654.71
Hex703ADD314A0D1044737
Octal160723356111201540410767
Binary1110000111010110111011100011001010011011000001001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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