Html Css Color HEX #701FBE Purple Heart

📋 copy color: '#701FBE'

red 112 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #701FBE

Tints of Purple Heart #701FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 33.63%
G = 9.31%
B = 57.06%

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

#701FBE (or 0x701FBE) is known color: Purple Heart. HEX triplet: 70, 1F and BE. RGB value is (112,31,190). Sum of RGB (Red+Green+Blue) = 112+31+190=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #701FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FBE is #8FE041. Grayscale: #484848. Windows color (decimal): -9429058 or 12459888. OLE color: 12459888.

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

Color convert

RGB 112 31 190 -
CMYK 0.41 0.84 0 0.25
HSL 270.57º 0.72% 0.43% -
HSV(B) 270.57º 0.84% 0.75% -
XYZ 16.47 8.14 49.42 -
YUV 73.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 112 31 190 0.41 0.84 0 0.25 270.57 0.72 0.43
Hex 70 1F BE 29 54 0 19 10F 48 2B
Octal 160 37 276 51 124 0 31 417 110 53
Binary 1110000 11111 10111110 101001 1010100 0 11001 100001111 1001000 101011

Color Harmonies of #701FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FBE

Black with #701FBE

Text Example


Text Example

White with #701FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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