#703ACA

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

Shades of Purple Heart #703ACA

Tints of Purple Heart #703ACA

Color information

#703ACA (or 0x703ACA) is unknown color: approx Purple Heart. HEX triplet: 70, 3A and CA. RGB value is (112,58,202). Sum of RGB (Red+Green+Blue) = 112+58+202=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #703ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ACA is #8FC535. Grayscale: #5A5A5A. Windows color (decimal): -9422134 or 13253232. OLE color: 13253232.

HSL color Cylindrical-coordinate representation of color #703ACA: hue angle of 262.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703ACA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11258202-
CMYK0.450.7100.21
HSL262.5º57.6%50.98%-
HSV(B)262.5º71.29%79.22%-
XYZ18.8610.7456.96-
YUV90.56190.89143.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=30.11%
G=15.59%
B=54.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112582020.450.7100.21262.557.650.98
Hex703ACA2D470151063a33
Octal16072312551070254067263
Binary1110000111010110010101011011000111010101100000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,58,202); }

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

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

 a { background-color: rgb(112,58,202); }

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

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

 span { border-color: rgb(112,58,202); }

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