#703FB8

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

Shades of Purple Heart #703FB8

Tints of Purple Heart #703FB8

Color information

#703FB8 (or 0x703FB8) is unknown color: approx Purple Heart. HEX triplet: 70, 3F and B8. RGB value is (112,63,184). Sum of RGB (Red+Green+Blue) = 112+63+184=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #703FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FB8 is #8FC047. Grayscale: #5B5B5B. Windows color (decimal): -9420872 or 12074864. OLE color: 12074864.

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

Color convert

RGB11263184-
CMYK0.390.6600.28
HSL264.3º48.99%48.43%-
HSV(B)264.3º65.76%72.16%-
XYZ17.1110.4646.46-
YUV91.44180.23142.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 184 (72.27% from 255) = 51.25%
R=31.20%
G=17.55%
B=51.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112631840.390.6600.28264.348.9948.43
Hex703FB8274201C1083130
Octal16077270471020344106160
Binary1110000111111101110001001111000010011100100001000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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