Html Css Color HEX #5711BF Purple Heart

📋 copy color: '#5711BF'

red 87 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #5711BF

Tints of Purple Heart #5711BF

RGB

 RED value IS 87 (34.38% from 255) = 29.49%

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 29.49%
G = 5.76%
B = 64.75%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5711BF (or 0x5711BF) is known color: Purple Heart. HEX triplet: 57, 11 and BF. RGB value is (87,17,191). Sum of RGB (Red+Green+Blue) = 87+17+191=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #5711BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711BF is #A8EE40. Grayscale: #393939. Windows color (decimal): -11071041 or 12521815. OLE color: 12521815.

HSL color Cylindrical-coordinate representation of color #5711BF: hue angle of 264.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5711BF is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 17 191 -
CMYK 0.54 0.91 0 0.25
HSL 264.14º 0.84% 0.41% -
HSV(B) 264.14º 0.91% 0.75% -
XYZ 13.53 6.19 49.77 -
YUV 57.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 87 17 191 0.54 0.91 0 0.25 264.14 0.84 0.41
Hex 57 11 BF 36 5B 0 19 108 54 29
Octal 127 21 277 66 133 0 31 410 124 51
Binary 1010111 10001 10111111 110110 1011011 0 11001 100001000 1010100 101001

Color Harmonies of #5711BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711BF

Black with #5711BF

Text Example


Text Example

White with #5711BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5711BF; }

 p { color: rgb(87,17,191); }

 H1.HeaderClassName
 {
   color: #5711BF;
 }
 .AnyTagClassName
 {
   color: #5711BF;
 }
</style>

background-color css

<style>
 a { background-color: #5711BF; }

 a { background-color: rgb(87,17,191); }

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

border-color css

<style>
 span { border-color: #5711BF; }

 span { border-color: rgb(87,17,191); }

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