#701BBA

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

Shades of Purple Heart #701BBA

Tints of Purple Heart #701BBA

Color information

#701BBA (or 0x701BBA) is unknown color: approx Purple Heart. HEX triplet: 70, 1B and BA. RGB value is (112,27,186). Sum of RGB (Red+Green+Blue) = 112+27+186=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #701BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BBA is #8FE445. Grayscale: #454545. Windows color (decimal): -9430086 or 12196720. OLE color: 12196720.

HSL color Cylindrical-coordinate representation of color #701BBA: hue angle of 272.08º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701BBA is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11227186-
CMYK0.400.8500.27
HSL272.08º74.65%41.76%-
HSV(B)272.08º85.48%72.94%-
XYZ15.947.7747.11-
YUV70.54193.16157.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=34.46%
G=8.31%
B=57.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112271860.400.8500.27272.0874.6541.76
Hex701BBA285501B1104b2a
Octal160332725012503342011352
Binary1110000110111011101010100010101010110111000100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701BBA; }

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

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

<style>
 a { background-color: #701BBA; }

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

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

<style>
 span { border-color: #701BBA; }

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

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