Html Css Color HEX #700FBC Purple Heart

📋 copy color: '#700FBC'

red 112 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #700FBC

Tints of Purple Heart #700FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 35.56%
G = 4.76%
B = 59.68%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#700FBC (or 0x700FBC) is known color: Purple Heart. HEX triplet: 70, 0F and BC. RGB value is (112,15,188). Sum of RGB (Red+Green+Blue) = 112+15+188=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #700FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FBC is #8FF043. Grayscale: #3F3F3F. Windows color (decimal): -9433156 or 12324720. OLE color: 12324720.

HSL color Cylindrical-coordinate representation of color #700FBC: hue angle of 273.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700FBC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 15 188 -
CMYK 0.40 0.92 0 0.26
HSL 273.64º 0.85% 0.4% -
HSV(B) 273.64º 0.92% 0.74% -
XYZ 15.93 7.42 48.17 -
YUV 63.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 112 15 188 0.40 0.92 0 0.26 273.64 0.85 0.4
Hex 70 F BC 28 5C 0 1A 112 55 28
Octal 160 17 274 50 134 0 32 422 125 50
Binary 1110000 1111 10111100 101000 1011100 0 11010 100010010 1010101 101000

Color Harmonies of #700FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FBC

Black with #700FBC

Text Example


Text Example

White with #700FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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