#701CD1

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

Shades of Purple Heart #701CD1

Tints of Purple Heart #701CD1

Color information

#701CD1 (or 0x701CD1) is unknown color: approx Purple Heart. HEX triplet: 70, 1C and D1. RGB value is (112,28,209). Sum of RGB (Red+Green+Blue) = 112+28+209=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #701CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CD1 is #8FE32E. Grayscale: #494949. Windows color (decimal): -9429807 or 13704304. OLE color: 13704304.

HSL color Cylindrical-coordinate representation of color #701CD1: hue angle of 267.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701CD1 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11228209-
CMYK0.460.8700.18
HSL267.85º76.37%46.47%-
HSV(B)267.85º86.6%81.96%-
XYZ18.618.8861.05-
YUV73.75204.33155.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 209 (82.03% from 255) = 59.89%
R=32.09%
G=8.02%
B=59.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112282090.460.8700.18267.8576.3746.47
Hex701CD12E5701210c4c2e
Octal160343215612702241411456
Binary1110000111001101000110111010101110100101000011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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