#700FB7

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

Shades of Purple Heart #700FB7

Tints of Purple Heart #700FB7

Color information

#700FB7 (or 0x700FB7) is unknown color: approx Purple Heart. HEX triplet: 70, 0F and B7. RGB value is (112,15,183). Sum of RGB (Red+Green+Blue) = 112+15+183=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #700FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FB7 is #8FF048. Grayscale: #3E3E3E. Windows color (decimal): -9433161 or 11997040. OLE color: 11997040.

HSL color Cylindrical-coordinate representation of color #700FB7: hue angle of 274.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700FB7 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11215183-
CMYK0.390.9200.28
HSL274.64º84.85%38.82%-
HSV(B)274.64º91.8%71.76%-
XYZ15.47.2145.38-
YUV63.16195.64162.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 183 (71.88% from 255) = 59.03%
R=36.13%
G=4.84%
B=59.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112151830.390.9200.28274.6484.8538.82
Hex70FB7275C01C1135527
Octal160172674713403442312547
Binary111000011111011011110011110111000111001000100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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