#701cd6

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

Shades of Purple Heart #701CD6

Tints of Purple Heart #701CD6

Color information

#701CD6 (or 0x701CD6) is unknown color: approx Purple Heart. HEX triplet: 70, 1C and D6. RGB value is (112,28,214). Sum of RGB (Red+Green+Blue) = 112+28+214=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #701CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CD6 is #8FE329. Grayscale: #494949. Windows color (decimal): -9429802 or 14031984. OLE color: 14031984.

HSL color Cylindrical-coordinate representation of color #701CD6: hue angle of 267.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701CD6 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11228214-
CMYK0.480.8700.16
HSL267.1º76.86%47.45%-
HSV(B)267.1º86.92%83.92%-
XYZ19.239.1364.37-
YUV74.32206.83154.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 28 (11.33% from 255) = 7.91%
BLUE value IS 214 (83.98% from 255) = 60.45%
R=31.64%
G=7.91%
B=60.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112282140.480.8700.16267.176.8647.45
Hex701CD6305701010b4d2f
Octal160343266012702041311557
Binary1110000111001101011011000010101110100001000010111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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