Html Css Color HEX #701FC6 Purple Heart

📋 copy color: '#701FC6'

red 112 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #701FC6

Tints of Purple Heart #701FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.06%

R = 32.84%
G = 9.09%
B = 58.06%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#701FC6 (or 0x701FC6) is known color: Purple Heart. HEX triplet: 70, 1F and C6. RGB value is (112,31,198). Sum of RGB (Red+Green+Blue) = 112+31+198=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #701FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FC6 is #8FE039. Grayscale: #494949. Windows color (decimal): -9429050 or 12984176. OLE color: 12984176.

HSL color Cylindrical-coordinate representation of color #701FC6: hue angle of 269.1º 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 #701FC6 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 31 198 -
CMYK 0.43 0.84 0 0.22
HSL 269.1º 0.73% 0.45% -
HSV(B) 269.1º 0.84% 0.78% -
XYZ 17.37 8.5 54.15 -
YUV 74.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 112 31 198 0.43 0.84 0 0.22 269.1 0.73 0.45
Hex 70 1F C6 2B 54 0 16 10D 49 2D
Octal 160 37 306 53 124 0 26 415 111 55
Binary 1110000 11111 11000110 101011 1010100 0 10110 100001101 1001001 101101

Color Harmonies of #701FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FC6

Black with #701FC6

Text Example


Text Example

White with #701FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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