Html Css Color HEX #701FBF Purple Heart

📋 copy color: '#701FBF'

red 112 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #701FBF

Tints of Purple Heart #701FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 33.53%
G = 9.28%
B = 57.19%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#701FBF (or 0x701FBF) is known color: Purple Heart. HEX triplet: 70, 1F and BF. RGB value is (112,31,191). Sum of RGB (Red+Green+Blue) = 112+31+191=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #701FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FBF is #8FE040. Grayscale: #484848. Windows color (decimal): -9429057 or 12525424. OLE color: 12525424.

HSL color Cylindrical-coordinate representation of color #701FBF: hue angle of 270.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701FBF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 31 191 -
CMYK 0.41 0.84 0 0.25
HSL 270.38º 0.72% 0.44% -
HSV(B) 270.38º 0.84% 0.75% -
XYZ 16.58 8.19 50 -
YUV 73.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 112 31 191 0.41 0.84 0 0.25 270.38 0.72 0.44
Hex 70 1F BF 29 54 0 19 10E 48 2C
Octal 160 37 277 51 124 0 31 416 110 54
Binary 1110000 11111 10111111 101001 1010100 0 11001 100001110 1001000 101100

Color Harmonies of #701FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FBF

Black with #701FBF

Text Example


Text Example

White with #701FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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