Html Css Color HEX #701AD7 Purple Heart

📋 copy color: '#701AD7'

red 112 ◦ green 26 ◦ blue 215

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

Shades of Purple Heart #701AD7

Tints of Purple Heart #701AD7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 215 (84.38% from 255) = 60.91%

R = 31.73%
G = 7.37%
B = 60.91%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#701AD7 (or 0x701AD7) is known color: Purple Heart. HEX triplet: 70, 1A and D7. RGB value is (112,26,215). Sum of RGB (Red+Green+Blue) = 112+26+215=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 215 (84.38% from 255 or 60.91% from 353); Max value from RGB is 215 - color contains mainly: blue. Hex color #701AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AD7 is #8FE528. Grayscale: #484848. Windows color (decimal): -9430313 or 14097008. OLE color: 14097008.

HSL color Cylindrical-coordinate representation of color #701AD7: hue angle of 267.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701AD7 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 26 215 -
CMYK 0.48 0.88 0 0.16
HSL 267.3º 0.78% 0.47% -
HSV(B) 267.3º 0.88% 0.84% -
XYZ 19.32 9.09 65.03 -
YUV 73.26 207.99 155.63 -
System Red Green Blue C M Y K H S L
Decimal 112 26 215 0.48 0.88 0 0.16 267.3 0.78 0.47
Hex 70 1A D7 30 58 0 10 10B 4E 2F
Octal 160 32 327 60 130 0 20 413 116 57
Binary 1110000 11010 11010111 110000 1011000 0 10000 100001011 1001110 101111

Color Harmonies of #701AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AD7

Black with #701AD7

Text Example


Text Example

White with #701AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,215); }

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

background-color css

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

 a { background-color: rgb(112,26,215); }

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

border-color css

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

 span { border-color: rgb(112,26,215); }

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