Html Css Color HEX #711FBE Purple Heart

📋 copy color: '#711FBE'

red 113 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #711FBE

Tints of Purple Heart #711FBE

RGB

 RED value IS 113 (44.53% from 255) = 33.83%

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

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

R = 33.83%
G = 9.28%
B = 56.89%

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

#711FBE (or 0x711FBE) is known color: Purple Heart. HEX triplet: 71, 1F and BE. RGB value is (113,31,190). Sum of RGB (Red+Green+Blue) = 113+31+190=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #711FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FBE is #8EE041. Grayscale: #494949. Windows color (decimal): -9363522 or 12459889. OLE color: 12459889.

HSL color Cylindrical-coordinate representation of color #711FBE: hue angle of 270.94º 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 #711FBE is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 31 190 -
CMYK 0.41 0.84 0 0.25
HSL 270.94º 0.72% 0.43% -
HSV(B) 270.94º 0.84% 0.75% -
XYZ 16.59 8.21 49.42 -
YUV 73.64 193.67 156.07 -
System Red Green Blue C M Y K H S L
Decimal 113 31 190 0.41 0.84 0 0.25 270.94 0.72 0.43
Hex 71 1F BE 29 54 0 19 10F 48 2B
Octal 161 37 276 51 124 0 31 417 110 53
Binary 1110001 11111 10111110 101001 1010100 0 11001 100001111 1001000 101011

Color Harmonies of #711FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FBE

Black with #711FBE

Text Example


Text Example

White with #711FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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