Html Css Color HEX #5411BB Purple Heart

📋 copy color: '#5411BB'

red 84 ◦ green 17 ◦ blue 187

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

Shades of Purple Heart #5411BB

Tints of Purple Heart #5411BB

RGB

 RED value IS 84 (33.2% from 255) = 29.17%

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 29.17%
G = 5.9%
B = 64.93%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5411BB (or 0x5411BB) is known color: Purple Heart. HEX triplet: 54, 11 and BB. RGB value is (84,17,187). Sum of RGB (Red+Green+Blue) = 84+17+187=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #5411BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5411BB is #ABEE44. Grayscale: #373737. Windows color (decimal): -11267653 or 12259668. OLE color: 12259668.

HSL color Cylindrical-coordinate representation of color #5411BB: hue angle of 263.65º 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 #5411BB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 17 187 -
CMYK 0.55 0.91 0 0.27
HSL 263.65º 0.83% 0.4% -
HSV(B) 263.65º 0.91% 0.73% -
XYZ 12.83 5.87 47.47 -
YUV 56.41 201.7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 84 17 187 0.55 0.91 0 0.27 263.65 0.83 0.4
Hex 54 11 BB 37 5B 0 1B 108 53 28
Octal 124 21 273 67 133 0 33 410 123 50
Binary 1010100 10001 10111011 110111 1011011 0 11011 100001000 1010011 101000

Color Harmonies of #5411BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5411BB

Black with #5411BB

Text Example


Text Example

White with #5411BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5411BB; }

 p { color: rgb(84,17,187); }

 H1.HeaderClassName
 {
   color: #5411BB;
 }
 .AnyTagClassName
 {
   color: #5411BB;
 }
</style>

background-color css

<style>
 a { background-color: #5411BB; }

 a { background-color: rgb(84,17,187); }

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

border-color css

<style>
 span { border-color: #5411BB; }

 span { border-color: rgb(84,17,187); }

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