Html Css Color HEX #700FBE Purple Heart

📋 copy color: '#700FBE'

red 112 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #700FBE

Tints of Purple Heart #700FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.94%

R = 35.33%
G = 4.73%
B = 59.94%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#700FBE (or 0x700FBE) is known color: Purple Heart. HEX triplet: 70, 0F and BE. RGB value is (112,15,190). Sum of RGB (Red+Green+Blue) = 112+15+190=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #700FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FBE is #8FF041. Grayscale: #3F3F3F. Windows color (decimal): -9433154 or 12455792. OLE color: 12455792.

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

Color convert

RGB 112 15 190 -
CMYK 0.41 0.92 0 0.25
HSL 273.26º 0.85% 0.4% -
HSV(B) 273.26º 0.92% 0.75% -
XYZ 16.15 7.5 49.31 -
YUV 63.95 199.14 162.27 -
System Red Green Blue C M Y K H S L
Decimal 112 15 190 0.41 0.92 0 0.25 273.26 0.85 0.4
Hex 70 F BE 29 5C 0 19 111 55 28
Octal 160 17 276 51 134 0 31 421 125 50
Binary 1110000 1111 10111110 101001 1011100 0 11001 100010001 1010101 101000

Color Harmonies of #700FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FBE

Black with #700FBE

Text Example


Text Example

White with #700FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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