#700FCB

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

Shades of Purple Heart #700FCB

Tints of Purple Heart #700FCB

Color information

#700FCB (or 0x700FCB) is unknown color: approx Purple Heart. HEX triplet: 70, 0F and CB. RGB value is (112,15,203). Sum of RGB (Red+Green+Blue) = 112+15+203=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #700FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FCB is #8FF034. Grayscale: #404040. Windows color (decimal): -9433141 or 13307760. OLE color: 13307760.

HSL color Cylindrical-coordinate representation of color #700FCB: hue angle of 270.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700FCB is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11215203-
CMYK0.450.9300.20
HSL270.96º86.24%42.75%-
HSV(B)270.96º92.61%79.61%-
XYZ17.638.157.13-
YUV65.44205.64161.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 15 (6.25% from 255) = 4.55%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=33.94%
G=4.55%
B=61.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112152030.450.9300.20270.9686.2442.75
Hex70FCB2D5D01410f562b
Octal160173135513502441712653
Binary111000011111100101110110110111010101001000011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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