Html Css Color HEX #701FD7 Purple Heart

📋 copy color: '#701FD7'

red 112 ◦ green 31 ◦ blue 215

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

Shades of Purple Heart #701FD7

Tints of Purple Heart #701FD7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.66%

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

R = 31.28%
G = 8.66%
B = 60.06%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#701FD7 (or 0x701FD7) is known color: Purple Heart. HEX triplet: 70, 1F and D7. RGB value is (112,31,215). Sum of RGB (Red+Green+Blue) = 112+31+215=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #701FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FD7 is #8FE028. Grayscale: #4B4B4B. Windows color (decimal): -9429033 or 14098288. OLE color: 14098288.

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

Color convert

RGB 112 31 215 -
CMYK 0.48 0.86 0 0.16
HSL 266.41º 0.75% 0.48% -
HSV(B) 266.41º 0.86% 0.84% -
XYZ 19.44 9.33 65.07 -
YUV 76.2 206.34 153.54 -
System Red Green Blue C M Y K H S L
Decimal 112 31 215 0.48 0.86 0 0.16 266.41 0.75 0.48
Hex 70 1F D7 30 56 0 10 10A 4B 30
Octal 160 37 327 60 126 0 20 412 113 60
Binary 1110000 11111 11010111 110000 1010110 0 10000 100001010 1001011 110000

Color Harmonies of #701FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FD7

Black with #701FD7

Text Example


Text Example

White with #701FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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