Html Css Color HEX #711CB6 Purple Heart

📋 copy color: '#711CB6'

red 113 ◦ green 28 ◦ blue 182

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

Shades of Purple Heart #711CB6

Tints of Purple Heart #711CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 34.98%
G = 8.67%
B = 56.35%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#711CB6 (or 0x711CB6) is known color: Purple Heart. HEX triplet: 71, 1C and B6. RGB value is (113,28,182). Sum of RGB (Red+Green+Blue) = 113+28+182=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #711CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CB6 is #8EE349. Grayscale: #464646. Windows color (decimal): -9364298 or 11934833. OLE color: 11934833.

HSL color Cylindrical-coordinate representation of color #711CB6: hue angle of 273.12º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711CB6 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 28 182 -
CMYK 0.38 0.85 0 0.29
HSL 273.12º 0.73% 0.41% -
HSV(B) 273.12º 0.85% 0.71% -
XYZ 15.67 7.72 44.92 -
YUV 70.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 113 28 182 0.38 0.85 0 0.29 273.12 0.73 0.41
Hex 71 1C B6 26 55 0 1D 111 49 29
Octal 161 34 266 46 125 0 35 421 111 51
Binary 1110001 11100 10110110 100110 1010101 0 11101 100010001 1001001 101001

Color Harmonies of #711CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CB6

Black with #711CB6

Text Example


Text Example

White with #711CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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