#700BD0

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

Shades of Purple Heart #700BD0

Tints of Purple Heart #700BD0

Color information

#700BD0 (or 0x700BD0) is unknown color: approx Purple Heart. HEX triplet: 70, 0B and D0. RGB value is (112,11,208). Sum of RGB (Red+Green+Blue) = 112+11+208=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #700BD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700BD0 is #8FF42F. Grayscale: #3E3E3E. Windows color (decimal): -9434160 or 13634416. OLE color: 13634416.

HSL color Cylindrical-coordinate representation of color #700BD0: hue angle of 270.76º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700BD0 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11211208-
CMYK0.460.9500.18
HSL270.76º89.95%42.94%-
HSV(B)270.76º94.71%81.57%-
XYZ18.198.2460.31-
YUV63.66209.46162.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 11 (4.69% from 255) = 3.32%
BLUE value IS 208 (81.64% from 255) = 62.84%
R=33.84%
G=3.32%
B=62.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112112080.460.9500.18270.7689.9542.94
Hex70BD02E5F01210f5a2b
Octal160133205613702241713253
Binary111000010111101000010111010111110100101000011111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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