#700ABF

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

Shades of Purple Heart #700ABF

Tints of Purple Heart #700ABF

Color information

#700ABF (or 0x700ABF) is unknown color: approx Purple Heart. HEX triplet: 70, 0A and BF. RGB value is (112,10,191). Sum of RGB (Red+Green+Blue) = 112+10+191=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #700ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ABF is #8FF540. Grayscale: #3C3C3C. Windows color (decimal): -9434433 or 12520048. OLE color: 12520048.

HSL color Cylindrical-coordinate representation of color #700ABF: hue angle of 273.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700ABF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11210191-
CMYK0.410.9500.25
HSL273.81º90.05%39.41%-
HSV(B)273.81º94.76%74.9%-
XYZ16.197.4249.87-
YUV61.13201.29164.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 191 (75% from 255) = 61.02%
R=35.78%
G=3.19%
B=61.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112101910.410.9500.25273.8190.0539.41
Hex70ABF295F0191125a27
Octal160122775113703142213247
Binary111000010101011111110100110111110110011000100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,10,191); }

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

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

 a { background-color: rgb(112,10,191); }

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

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

 span { border-color: rgb(112,10,191); }

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