#700ecf

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

Shades of Purple Heart #700ECF

Tints of Purple Heart #700ECF

Color information

#700ECF (or 0x700ECF) is unknown color: approx Purple Heart. HEX triplet: 70, 0E and CF. RGB value is (112,14,207). Sum of RGB (Red+Green+Blue) = 112+14+207=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #700ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ECF is #8FF130. Grayscale: #404040. Windows color (decimal): -9433393 or 13569648. OLE color: 13569648.

HSL color Cylindrical-coordinate representation of color #700ECF: hue angle of 270.47º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700ECF is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11214207-
CMYK0.460.9300.19
HSL270.47º87.33%43.33%-
HSV(B)270.47º93.24%81.18%-
XYZ18.18.2659.67-
YUV65.3207.97161.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=33.63%
G=4.20%
B=62.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112142070.460.9300.19270.4787.3343.33
Hex70ECF2E5D01310e572b
Octal160163175613502341612753
Binary111000011101100111110111010111010100111000011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700ecf; }

 p { color: rgb(112,14,207); }

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

<style>
 a { background-color: #700ecf; }

 a { background-color: rgb(112,14,207); }

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

<style>
 span { border-color: #700ecf; }

 span { border-color: rgb(112,14,207); }

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