Html Css Color HEX #701AD6 Purple Heart

📋 copy color: '#701AD6'

red 112 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #701AD6

Tints of Purple Heart #701AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.8%

R = 31.82%
G = 7.39%
B = 60.8%

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

#701AD6 (or 0x701AD6) is known color: Purple Heart. HEX triplet: 70, 1A and D6. RGB value is (112,26,214). Sum of RGB (Red+Green+Blue) = 112+26+214=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 214 (83.98% from 255 or 60.80% from 352); Max value from RGB is 214 - color contains mainly: blue. Hex color #701AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AD6 is #8FE529. Grayscale: #484848. Windows color (decimal): -9430314 or 14031472. OLE color: 14031472.

HSL color Cylindrical-coordinate representation of color #701AD6: hue angle of 267.45º 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 #701AD6 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 26 214 -
CMYK 0.48 0.88 0 0.16
HSL 267.45º 0.78% 0.47% -
HSV(B) 267.45º 0.88% 0.84% -
XYZ 19.19 9.04 64.35 -
YUV 73.15 207.49 155.71 -
System Red Green Blue C M Y K H S L
Decimal 112 26 214 0.48 0.88 0 0.16 267.45 0.78 0.47
Hex 70 1A D6 30 58 0 10 10B 4E 2F
Octal 160 32 326 60 130 0 20 413 116 57
Binary 1110000 11010 11010110 110000 1011000 0 10000 100001011 1001110 101111

Color Harmonies of #701AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AD6

Black with #701AD6

Text Example


Text Example

White with #701AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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