#700BBB

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

Shades of Purple Heart #700BBB

Tints of Purple Heart #700BBB

Color information

#700BBB (or 0x700BBB) is unknown color: approx Purple Heart. HEX triplet: 70, 0B and BB. RGB value is (112,11,187). Sum of RGB (Red+Green+Blue) = 112+11+187=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #700BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BBB is #8FF444. Grayscale: #3C3C3C. Windows color (decimal): -9434181 or 12258160. OLE color: 12258160.

HSL color Cylindrical-coordinate representation of color #700BBB: hue angle of 274.43º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700BBB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11211187-
CMYK0.400.9400.27
HSL274.43º88.89%38.82%-
HSV(B)274.43º94.12%73.33%-
XYZ15.777.2747.59-
YUV61.26198.96164.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 187 (73.44% from 255) = 60.32%
R=36.13%
G=3.55%
B=60.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112111870.400.9400.27274.4388.8938.82
Hex70BBB285E01B1125927
Octal160132735013603342213147
Binary111000010111011101110100010111100110111000100101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,11,187); }

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

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

 a { background-color: rgb(112,11,187); }

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

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

 span { border-color: rgb(112,11,187); }

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