Html Css Color HEX #711DB9 Purple Heart

📋 copy color: '#711DB9'

red 113 ◦ green 29 ◦ blue 185

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

Shades of Purple Heart #711DB9

Tints of Purple Heart #711DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.87%

 BLUE value IS 185 (72.66% from 255) = 56.57%

R = 34.56%
G = 8.87%
B = 56.57%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#711DB9 (or 0x711DB9) is known color: Purple Heart. HEX triplet: 71, 1D and B9. RGB value is (113,29,185). Sum of RGB (Red+Green+Blue) = 113+29+185=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #711DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DB9 is #8EE246. Grayscale: #474747. Windows color (decimal): -9364039 or 12131697. OLE color: 12131697.

HSL color Cylindrical-coordinate representation of color #711DB9: hue angle of 272.31º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711DB9 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 29 185 -
CMYK 0.39 0.84 0 0.27
HSL 272.31º 0.73% 0.42% -
HSV(B) 272.31º 0.84% 0.73% -
XYZ 16.01 7.89 46.58 -
YUV 71.9 191.83 157.32 -
System Red Green Blue C M Y K H S L
Decimal 113 29 185 0.39 0.84 0 0.27 272.31 0.73 0.42
Hex 71 1D B9 27 54 0 1B 110 49 2A
Octal 161 35 271 47 124 0 33 420 111 52
Binary 1110001 11101 10111001 100111 1010100 0 11011 100010000 1001001 101010

Color Harmonies of #711DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DB9

Black with #711DB9

Text Example


Text Example

White with #711DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,185); }

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

background-color css

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

 a { background-color: rgb(113,29,185); }

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

border-color css

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

 span { border-color: rgb(113,29,185); }

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