#701cb9

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

Shades of Purple Heart #701CB9

Tints of Purple Heart #701CB9

Color information

#701CB9 (or 0x701CB9) is unknown color: approx Purple Heart. HEX triplet: 70, 1C and B9. RGB value is (112,28,185). Sum of RGB (Red+Green+Blue) = 112+28+185=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #701CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CB9 is #8FE346. Grayscale: #464646. Windows color (decimal): -9429831 or 12131440. OLE color: 12131440.

HSL color Cylindrical-coordinate representation of color #701CB9: hue angle of 272.1º degrees, saturation: 0.74, 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 #701CB9 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11228185-
CMYK0.390.8500.27
HSL272.1º73.71%41.76%-
HSV(B)272.1º84.86%72.55%-
XYZ15.857.7846.56-
YUV71.01192.33157.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 185 (72.66% from 255) = 56.92%
R=34.46%
G=8.62%
B=56.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112281850.390.8500.27272.173.7141.76
Hex701CB9275501B1104a2a
Octal160342714712503342011252
Binary1110000111001011100110011110101010110111000100001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,28,185); }

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

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

 a { background-color: rgb(112,28,185); }

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

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

 span { border-color: rgb(112,28,185); }

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