Html Css Color HEX #700FC0 Purple Heart

📋 copy color: '#700FC0'

red 112 ◦ green 15 ◦ blue 192

#700FC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #700FC0

Tints of Purple Heart #700FC0

RGB

 RED value IS 112 (44.14% from 255) = 35.11%

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 192 (75.39% from 255) = 60.19%

R = 35.11%
G = 4.7%
B = 60.19%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#700FC0 (or 0x700FC0) is known color: Purple Heart. HEX triplet: 70, 0F and C0. RGB value is (112,15,192). Sum of RGB (Red+Green+Blue) = 112+15+192=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #700FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FC0 is #8FF03F. Grayscale: #3F3F3F. Windows color (decimal): -9433152 or 12586864. OLE color: 12586864.

HSL color Cylindrical-coordinate representation of color #700FC0: hue angle of 272.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700FC0 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 15 192 -
CMYK 0.42 0.92 0 0.25
HSL 272.88º 0.86% 0.41% -
HSV(B) 272.88º 0.92% 0.75% -
XYZ 16.37 7.59 50.47 -
YUV 64.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 112 15 192 0.42 0.92 0 0.25 272.88 0.86 0.41
Hex 70 F C0 2A 5C 0 19 111 56 29
Octal 160 17 300 52 134 0 31 421 126 51
Binary 1110000 1111 11000000 101010 1011100 0 11001 100010001 1010110 101001

Color Harmonies of #700FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FC0

Black with #700FC0

Text Example


Text Example

White with #700FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #700FC0;
 }
 .AnyTagClassName
 {
   color: #700FC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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