#703BB9

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

Shades of Purple Heart #703BB9

Tints of Purple Heart #703BB9

Color information

#703BB9 (or 0x703BB9) is unknown color: approx Purple Heart. HEX triplet: 70, 3B and B9. RGB value is (112,59,185). Sum of RGB (Red+Green+Blue) = 112+59+185=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #703BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BB9 is #8FC446. Grayscale: #585858. Windows color (decimal): -9421895 or 12139376. OLE color: 12139376.

HSL color Cylindrical-coordinate representation of color #703BB9: hue angle of 265.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703BB9 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11259185-
CMYK0.390.6800.27
HSL265.24º51.64%47.84%-
HSV(B)265.24º68.11%72.55%-
XYZ1710.0846.95-
YUV89.21182.06144.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 59 (23.44% from 255) = 16.57%
BLUE value IS 185 (72.66% from 255) = 51.97%
R=31.46%
G=16.57%
B=51.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112591850.390.6800.27265.2451.6447.84
Hex703BB9274401B1093430
Octal16073271471040334116460
Binary1110000111011101110011001111000100011011100001001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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