Html Css Color HEX #701FCE Purple Heart

📋 copy color: '#701FCE'

red 112 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #701FCE

Tints of Purple Heart #701FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 32.09%
G = 8.88%
B = 59.03%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#701FCE (or 0x701FCE) is known color: Purple Heart. HEX triplet: 70, 1F and CE. RGB value is (112,31,206). Sum of RGB (Red+Green+Blue) = 112+31+206=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #701FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FCE is #8FE031. Grayscale: #4A4A4A. Windows color (decimal): -9429042 or 13508464. OLE color: 13508464.

HSL color Cylindrical-coordinate representation of color #701FCE: hue angle of 267.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701FCE is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 31 206 -
CMYK 0.46 0.85 0 0.19
HSL 267.77º 0.74% 0.46% -
HSV(B) 267.77º 0.85% 0.81% -
XYZ 18.31 8.88 59.14 -
YUV 75.17 201.84 154.27 -
System Red Green Blue C M Y K H S L
Decimal 112 31 206 0.46 0.85 0 0.19 267.77 0.74 0.46
Hex 70 1F CE 2E 55 0 13 10C 4A 2E
Octal 160 37 316 56 125 0 23 414 112 56
Binary 1110000 11111 11001110 101110 1010101 0 10011 100001100 1001010 101110

Color Harmonies of #701FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FCE

Black with #701FCE

Text Example


Text Example

White with #701FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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