#703CD5

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

Shades of Purple Heart #703CD5

Tints of Purple Heart #703CD5

Color information

#703CD5 (or 0x703CD5) is unknown color: approx Purple Heart. HEX triplet: 70, 3C and D5. RGB value is (112,60,213). Sum of RGB (Red+Green+Blue) = 112+60+213=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #703CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703CD5 is #8FC32A. Grayscale: #5C5C5C. Windows color (decimal): -9421611 or 13974640. OLE color: 13974640.

HSL color Cylindrical-coordinate representation of color #703CD5: hue angle of 260.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703CD5 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11260213-
CMYK0.470.7200.16
HSL260.39º64.56%53.53%-
HSV(B)260.39º71.83%83.53%-
XYZ20.3111.4864.1-
YUV92.99195.73141.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 213 (83.59% from 255) = 55.32%
R=29.09%
G=15.58%
B=55.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112602130.470.7200.16260.3964.5653.53
Hex703CD52F480101044136
Octal160743255711002040410166
Binary11100001111001101010110111110010000100001000001001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,213); }

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

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

 a { background-color: rgb(112,60,213); }

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

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

 span { border-color: rgb(112,60,213); }

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