#703FBA

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

Shades of Purple Heart #703FBA

Tints of Purple Heart #703FBA

Color information

#703FBA (or 0x703FBA) is unknown color: approx Purple Heart. HEX triplet: 70, 3F and BA. RGB value is (112,63,186). Sum of RGB (Red+Green+Blue) = 112+63+186=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #703FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBA is #8FC045. Grayscale: #5B5B5B. Windows color (decimal): -9420870 or 12205936. OLE color: 12205936.

HSL color Cylindrical-coordinate representation of color #703FBA: hue angle of 263.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703FBA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11263186-
CMYK0.400.6600.27
HSL263.9º49.4%48.82%-
HSV(B)263.9º66.13%72.94%-
XYZ17.3210.5447.58-
YUV91.67181.23142.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=31.02%
G=17.45%
B=51.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112631860.400.6600.27263.949.448.82
Hex703FBA284201B1083131
Octal16077272501020334106161
Binary1110000111111101110101010001000010011011100001000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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