Html Css Color HEX #5711BA Purple Heart

📋 copy color: '#5711BA'

red 87 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #5711BA

Tints of Purple Heart #5711BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 30%
G = 5.86%
B = 64.14%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5711BA (or 0x5711BA) is known color: Purple Heart. HEX triplet: 57, 11 and BA. RGB value is (87,17,186). Sum of RGB (Red+Green+Blue) = 87+17+186=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #5711BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711BA is #A8EE45. Grayscale: #383838. Windows color (decimal): -11071046 or 12194135. OLE color: 12194135.

HSL color Cylindrical-coordinate representation of color #5711BA: hue angle of 264.85º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5711BA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 17 186 -
CMYK 0.53 0.91 0 0.27
HSL 264.85º 0.83% 0.4% -
HSV(B) 264.85º 0.91% 0.73% -
XYZ 12.99 5.97 46.92 -
YUV 57.2 200.69 149.26 -
System Red Green Blue C M Y K H S L
Decimal 87 17 186 0.53 0.91 0 0.27 264.85 0.83 0.4
Hex 57 11 BA 35 5B 0 1B 109 53 28
Octal 127 21 272 65 133 0 33 411 123 50
Binary 1010111 10001 10111010 110101 1011011 0 11011 100001001 1010011 101000

Color Harmonies of #5711BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5711BA

Black with #5711BA

Text Example


Text Example

White with #5711BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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