Html Css Color HEX #711CBE Purple Heart

📋 copy color: '#711CBE'

red 113 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #711CBE

Tints of Purple Heart #711CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

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

R = 34.14%
G = 8.46%
B = 57.4%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#711CBE (or 0x711CBE) is known color: Purple Heart. HEX triplet: 71, 1C and BE. RGB value is (113,28,190). Sum of RGB (Red+Green+Blue) = 113+28+190=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #711CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CBE is #8EE341. Grayscale: #474747. Windows color (decimal): -9364290 or 12459121. OLE color: 12459121.

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

Color convert

RGB 113 28 190 -
CMYK 0.41 0.85 0 0.25
HSL 271.48º 0.74% 0.43% -
HSV(B) 271.48º 0.85% 0.75% -
XYZ 16.52 8.06 49.4 -
YUV 71.88 194.66 157.33 -
System Red Green Blue C M Y K H S L
Decimal 113 28 190 0.41 0.85 0 0.25 271.48 0.74 0.43
Hex 71 1C BE 29 55 0 19 10F 4A 2B
Octal 161 34 276 51 125 0 31 417 112 53
Binary 1110001 11100 10111110 101001 1010101 0 11001 100001111 1001010 101011

Color Harmonies of #711CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CBE

Black with #711CBE

Text Example


Text Example

White with #711CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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