Html Css Color HEX #711ABD Purple Heart

📋 copy color: '#711ABD'

red 113 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #711ABD

Tints of Purple Heart #711ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 34.45%
G = 7.93%
B = 57.62%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#711ABD (or 0x711ABD) is known color: Purple Heart. HEX triplet: 71, 1A and BD. RGB value is (113,26,189). Sum of RGB (Red+Green+Blue) = 113+26+189=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #711ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ABD is #8EE542. Grayscale: #464646. Windows color (decimal): -9364803 or 12393073. OLE color: 12393073.

HSL color Cylindrical-coordinate representation of color #711ABD: hue angle of 272.02º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711ABD is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 26 189 -
CMYK 0.40 0.86 0 0.26
HSL 272.02º 0.76% 0.42% -
HSV(B) 272.02º 0.86% 0.74% -
XYZ 16.36 7.92 48.81 -
YUV 70.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 113 26 189 0.40 0.86 0 0.26 272.02 0.76 0.42
Hex 71 1A BD 28 56 0 1A 110 4C 2A
Octal 161 32 275 50 126 0 32 420 114 52
Binary 1110001 11010 10111101 101000 1010110 0 11010 100010000 1001100 101010

Color Harmonies of #711ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711ABD

Black with #711ABD

Text Example


Text Example

White with #711ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,189); }

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

background-color css

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

 a { background-color: rgb(113,26,189); }

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

border-color css

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

 span { border-color: rgb(113,26,189); }

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