Html Css Color HEX #701FC7 Purple Heart

📋 copy color: '#701FC7'

red 112 ◦ green 31 ◦ blue 199

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

Shades of Purple Heart #701FC7

Tints of Purple Heart #701FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 58.19%

R = 32.75%
G = 9.06%
B = 58.19%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#701FC7 (or 0x701FC7) is known color: Purple Heart. HEX triplet: 70, 1F and C7. RGB value is (112,31,199). Sum of RGB (Red+Green+Blue) = 112+31+199=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #701FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FC7 is #8FE038. Grayscale: #494949. Windows color (decimal): -9429049 or 13049712. OLE color: 13049712.

HSL color Cylindrical-coordinate representation of color #701FC7: hue angle of 268.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701FC7 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 31 199 -
CMYK 0.44 0.84 0 0.22
HSL 268.93º 0.73% 0.45% -
HSV(B) 268.93º 0.84% 0.78% -
XYZ 17.48 8.55 54.76 -
YUV 74.37 198.34 154.84 -
System Red Green Blue C M Y K H S L
Decimal 112 31 199 0.44 0.84 0 0.22 268.93 0.73 0.45
Hex 70 1F C7 2C 54 0 16 10D 49 2D
Octal 160 37 307 54 124 0 26 415 111 55
Binary 1110000 11111 11000111 101100 1010100 0 10110 100001101 1001001 101101

Color Harmonies of #701FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FC7

Black with #701FC7

Text Example


Text Example

White with #701FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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