Html Css Color HEX #711DCB Purple Heart

📋 copy color: '#711DCB'

red 113 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #711DCB

Tints of Purple Heart #711DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 32.75%
G = 8.41%
B = 58.84%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#711DCB (or 0x711DCB) is known color: Purple Heart. HEX triplet: 71, 1D and CB. RGB value is (113,29,203). Sum of RGB (Red+Green+Blue) = 113+29+203=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #711DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DCB is #8EE234. Grayscale: #494949. Windows color (decimal): -9364021 or 13311345. OLE color: 13311345.

HSL color Cylindrical-coordinate representation of color #711DCB: hue angle of 268.97º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711DCB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 29 203 -
CMYK 0.44 0.86 0 0.20
HSL 268.97º 0.75% 0.45% -
HSV(B) 268.97º 0.86% 0.8% -
XYZ 18.03 8.7 57.23 -
YUV 73.95 200.83 155.85 -
System Red Green Blue C M Y K H S L
Decimal 113 29 203 0.44 0.86 0 0.20 268.97 0.75 0.45
Hex 71 1D CB 2C 56 0 14 10D 4B 2D
Octal 161 35 313 54 126 0 24 415 113 55
Binary 1110001 11101 11001011 101100 1010110 0 10100 100001101 1001011 101101

Color Harmonies of #711DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DCB

Black with #711DCB

Text Example


Text Example

White with #711DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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