#703DB8

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

Shades of Purple Heart #703DB8

Tints of Purple Heart #703DB8

Color information

#703DB8 (or 0x703DB8) is unknown color: approx Purple Heart. HEX triplet: 70, 3D and B8. RGB value is (112,61,184). Sum of RGB (Red+Green+Blue) = 112+61+184=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #703DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DB8 is #8FC247. Grayscale: #595959. Windows color (decimal): -9421384 or 12074352. OLE color: 12074352.

HSL color Cylindrical-coordinate representation of color #703DB8: hue angle of 264.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703DB8 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11261184-
CMYK0.390.6700.28
HSL264.88º50.2%48.04%-
HSV(B)264.88º66.85%72.16%-
XYZ1710.2446.43-
YUV90.27180.9143.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 184 (72.27% from 255) = 51.54%
R=31.37%
G=17.09%
B=51.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112611840.390.6700.28264.8850.248.04
Hex703DB8274301C1093230
Octal16075270471030344116260
Binary1110000111101101110001001111000011011100100001001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,61,184); }

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

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

 a { background-color: rgb(112,61,184); }

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

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

 span { border-color: rgb(112,61,184); }

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