#703BC0

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

Shades of Purple Heart #703BC0

Tints of Purple Heart #703BC0

Color information

#703BC0 (or 0x703BC0) is unknown color: approx Purple Heart. HEX triplet: 70, 3B and C0. RGB value is (112,59,192). Sum of RGB (Red+Green+Blue) = 112+59+192=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #703BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BC0 is #8FC43F. Grayscale: #595959. Windows color (decimal): -9421888 or 12598128. OLE color: 12598128.

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

Color convert

RGB11259192-
CMYK0.420.6900.25
HSL263.91º52.99%49.22%-
HSV(B)263.91º69.27%75.29%-
XYZ17.7610.3850.94-
YUV90.01185.56143.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=30.85%
G=16.25%
B=52.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112591920.420.6900.25263.9152.9949.22
Hex703BC02A450191083531
Octal16073300521050314106561
Binary1110000111011110000001010101000101011001100001000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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