#703BC1

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

Shades of Purple Heart #703BC1

Tints of Purple Heart #703BC1

Color information

#703BC1 (or 0x703BC1) is unknown color: approx Purple Heart. HEX triplet: 70, 3B and C1. RGB value is (112,59,193). Sum of RGB (Red+Green+Blue) = 112+59+193=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #703BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BC1 is #8FC43E. Grayscale: #595959. Windows color (decimal): -9421887 or 12663664. OLE color: 12663664.

HSL color Cylindrical-coordinate representation of color #703BC1: hue angle of 263.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703BC1 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11259193-
CMYK0.420.6900.24
HSL263.73º53.17%49.41%-
HSV(B)263.73º69.43%75.69%-
XYZ17.8710.4251.52-
YUV90.12186.06143.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 59 (23.44% from 255) = 16.21%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=30.77%
G=16.21%
B=53.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112591930.420.6900.24263.7353.1749.41
Hex703BC12A450181083531
Octal16073301521050304106561
Binary1110000111011110000011010101000101011000100001000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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