Html Css Color HEX #701EBC Purple Heart

📋 copy color: '#701EBC'

red 112 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #701EBC

Tints of Purple Heart #701EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

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

R = 33.94%
G = 9.09%
B = 56.97%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#701EBC (or 0x701EBC) is known color: Purple Heart. HEX triplet: 70, 1E and BC. RGB value is (112,30,188). Sum of RGB (Red+Green+Blue) = 112+30+188=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #701EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EBC is #8FE143. Grayscale: #474747. Windows color (decimal): -9429316 or 12328560. OLE color: 12328560.

HSL color Cylindrical-coordinate representation of color #701EBC: hue angle of 271.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701EBC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 30 188 -
CMYK 0.40 0.84 0 0.26
HSL 271.14º 0.72% 0.43% -
HSV(B) 271.14º 0.84% 0.74% -
XYZ 16.22 8 48.27 -
YUV 72.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 112 30 188 0.40 0.84 0 0.26 271.14 0.72 0.43
Hex 70 1E BC 28 54 0 1A 10F 48 2B
Octal 160 36 274 50 124 0 32 417 110 53
Binary 1110000 11110 10111100 101000 1010100 0 11010 100001111 1001000 101011

Color Harmonies of #701EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EBC

Black with #701EBC

Text Example


Text Example

White with #701EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701EBC; }

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

 H1.HeaderClassName
 {
   color: #701EBC;
 }
 .AnyTagClassName
 {
   color: #701EBC;
 }
</style>

background-color css

<style>
 a { background-color: #701EBC; }

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

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

border-color css

<style>
 span { border-color: #701EBC; }

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

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