#700FAE

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

Shades of Purple Heart #700FAE

Tints of Purple Heart #700FAE

Color information

#700FAE (or 0x700FAE) is unknown color: approx Purple Heart. HEX triplet: 70, 0F and AE. RGB value is (112,15,174). Sum of RGB (Red+Green+Blue) = 112+15+174=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #700FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700FAE is #8FF051. Grayscale: #3D3D3D. Windows color (decimal): -9433170 or 11407216. OLE color: 11407216.

HSL color Cylindrical-coordinate representation of color #700FAE: hue angle of 276.6º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700FAE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11215174-
CMYK0.360.9100.32
HSL276.6º84.13%37.06%-
HSV(B)276.6º91.38%68.24%-
XYZ14.496.8440.6-
YUV62.13191.14163.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 15 (6.25% from 255) = 4.98%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=37.21%
G=4.98%
B=57.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112151740.360.9100.32276.684.1337.06
Hex70FAE245B0201155425
Octal160172564413304042512445
Binary1110000111110101110100100101101101000001000101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,15,174); }

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

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

 a { background-color: rgb(112,15,174); }

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

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

 span { border-color: rgb(112,15,174); }

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