#700CAE

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

Shades of Purple Heart #700CAE

Tints of Purple Heart #700CAE

Color information

#700CAE (or 0x700CAE) is unknown color: approx Purple Heart. HEX triplet: 70, 0C and AE. RGB value is (112,12,174). Sum of RGB (Red+Green+Blue) = 112+12+174=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #700CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700CAE is #8FF351. Grayscale: #3B3B3B. Windows color (decimal): -9433938 or 11406448. OLE color: 11406448.

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

Color convert

RGB11212174-
CMYK0.360.9300.32
HSL277.04º87.1%36.47%-
HSV(B)277.04º93.1%68.24%-
XYZ14.456.7640.59-
YUV60.37192.13164.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=37.58%
G=4.03%
B=58.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112121740.360.9300.32277.0487.136.47
Hex70CAE245D0201155724
Octal160142564413504042512744
Binary1110000110010101110100100101110101000001000101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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