#703BD2

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

Shades of Purple Heart #703BD2

Tints of Purple Heart #703BD2

Color information

#703BD2 (or 0x703BD2) is unknown color: approx Purple Heart. HEX triplet: 70, 3B and D2. RGB value is (112,59,210). Sum of RGB (Red+Green+Blue) = 112+59+210=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #703BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BD2 is #8FC42D. Grayscale: #5B5B5B. Windows color (decimal): -9421870 or 13777776. OLE color: 13777776.

HSL color Cylindrical-coordinate representation of color #703BD2: hue angle of 261.06º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703BD2 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11259210-
CMYK0.470.7200.18
HSL261.06º62.66%52.75%-
HSV(B)261.06º71.9%82.35%-
XYZ19.8811.2362.09-
YUV92.06194.56142.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 210 (82.42% from 255) = 55.12%
R=29.40%
G=15.49%
B=55.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112592100.470.7200.18261.0662.6652.75
Hex703BD22F480121053f35
Octal16073322571100224057765
Binary1110000111011110100101011111001000010010100000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,59,210); }

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

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

 a { background-color: rgb(112,59,210); }

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

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

 span { border-color: rgb(112,59,210); }

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