#700FC8

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

Shades of Purple Heart #700FC8

Tints of Purple Heart #700FC8

Color information

#700FC8 (or 0x700FC8) is unknown color: approx Purple Heart. HEX triplet: 70, 0F and C8. RGB value is (112,15,200). Sum of RGB (Red+Green+Blue) = 112+15+200=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #700FC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FC8 is #8FF037. Grayscale: #404040. Windows color (decimal): -9433144 or 13111152. OLE color: 13111152.

HSL color Cylindrical-coordinate representation of color #700FC8: hue angle of 271.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700FC8 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11215200-
CMYK0.440.9200.22
HSL271.46º86.05%42.16%-
HSV(B)271.46º92.5%78.43%-
XYZ17.287.9655.27-
YUV65.09204.14161.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 200 (78.52% from 255) = 61.16%
R=34.25%
G=4.59%
B=61.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112152000.440.9200.22271.4686.0542.16
Hex70FC82C5C01610f562a
Octal160173105413402641712652
Binary111000011111100100010110010111000101101000011111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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