Html Css Color HEX #701EB5 Purple Heart

📋 copy color: '#701EB5'

red 112 ◦ green 30 ◦ blue 181

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

Shades of Purple Heart #701EB5

Tints of Purple Heart #701EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 56.04%

R = 34.67%
G = 9.29%
B = 56.04%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#701EB5 (or 0x701EB5) is known color: Purple Heart. HEX triplet: 70, 1E and B5. RGB value is (112,30,181). Sum of RGB (Red+Green+Blue) = 112+30+181=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #701EB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EB5 is #8FE14A. Grayscale: #474747. Windows color (decimal): -9429323 or 11869808. OLE color: 11869808.

HSL color Cylindrical-coordinate representation of color #701EB5: hue angle of 272.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701EB5 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 30 181 -
CMYK 0.38 0.83 0 0.29
HSL 272.58º 0.72% 0.41% -
HSV(B) 272.58º 0.83% 0.71% -
XYZ 15.49 7.71 44.39 -
YUV 71.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 112 30 181 0.38 0.83 0 0.29 272.58 0.72 0.41
Hex 70 1E B5 26 53 0 1D 111 48 29
Octal 160 36 265 46 123 0 35 421 110 51
Binary 1110000 11110 10110101 100110 1010011 0 11101 100010001 1001000 101001

Color Harmonies of #701EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EB5

Black with #701EB5

Text Example


Text Example

White with #701EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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