#703acb

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

Shades of Purple Heart #703ACB

Tints of Purple Heart #703ACB

Color information

#703ACB (or 0x703ACB) is unknown color: approx Purple Heart. HEX triplet: 70, 3A and CB. RGB value is (112,58,203). Sum of RGB (Red+Green+Blue) = 112+58+203=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #703ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ACB is #8FC534. Grayscale: #5A5A5A. Windows color (decimal): -9422133 or 13318768. OLE color: 13318768.

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

Color convert

RGB11258203-
CMYK0.450.7100.20
HSL262.34º58.23%51.18%-
HSV(B)262.34º71.43%79.61%-
XYZ18.9710.7857.58-
YUV90.68191.39143.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 203 (79.69% from 255) = 54.42%
R=30.03%
G=15.55%
B=54.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112582030.450.7100.20262.3458.2351.18
Hex703ACB2D470141063a33
Octal16072313551070244067263
Binary1110000111010110010111011011000111010100100000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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