Html Css Color HEX #700EB1 Purple Heart

📋 copy color: '#700EB1'

red 112 ◦ green 14 ◦ blue 177

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

Shades of Purple Heart #700EB1

Tints of Purple Heart #700EB1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 177 (69.53% from 255) = 58.42%

R = 36.96%
G = 4.62%
B = 58.42%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#700EB1 (or 0x700EB1) is known color: Purple Heart. HEX triplet: 70, 0E and B1. RGB value is (112,14,177). Sum of RGB (Red+Green+Blue) = 112+14+177=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #700EB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EB1 is #8FF14E. Grayscale: #3D3D3D. Windows color (decimal): -9433423 or 11603568. OLE color: 11603568.

HSL color Cylindrical-coordinate representation of color #700EB1: hue angle of 276.07º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700EB1 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 14 177 -
CMYK 0.37 0.92 0 0.31
HSL 276.07º 0.85% 0.37% -
HSV(B) 276.07º 0.92% 0.69% -
XYZ 14.77 6.93 42.15 -
YUV 61.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 112 14 177 0.37 0.92 0 0.31 276.07 0.85 0.37
Hex 70 E B1 25 5C 0 1F 114 55 25
Octal 160 16 261 45 134 0 37 424 125 45
Binary 1110000 1110 10110001 100101 1011100 0 11111 100010100 1010101 100101

Color Harmonies of #700EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EB1

Black with #700EB1

Text Example


Text Example

White with #700EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,14,177); }

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

background-color css

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

 a { background-color: rgb(112,14,177); }

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

border-color css

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

 span { border-color: rgb(112,14,177); }

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