Html Css Color HEX #5411BD Purple Heart

📋 copy color: '#5411BD'

red 84 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #5411BD

Tints of Purple Heart #5411BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.17%

R = 28.97%
G = 5.86%
B = 65.17%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5411BD (or 0x5411BD) is known color: Purple Heart. HEX triplet: 54, 11 and BD. RGB value is (84,17,189). Sum of RGB (Red+Green+Blue) = 84+17+189=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #5411BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5411BD is #ABEE42. Grayscale: #383838. Windows color (decimal): -11267651 or 12390740. OLE color: 12390740.

HSL color Cylindrical-coordinate representation of color #5411BD: hue angle of 263.37º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5411BD is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 17 189 -
CMYK 0.56 0.91 0 0.26
HSL 263.37º 0.83% 0.4% -
HSV(B) 263.37º 0.91% 0.74% -
XYZ 13.04 5.96 48.61 -
YUV 56.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 84 17 189 0.56 0.91 0 0.26 263.37 0.83 0.4
Hex 54 11 BD 38 5B 0 1A 107 53 28
Octal 124 21 275 70 133 0 32 407 123 50
Binary 1010100 10001 10111101 111000 1011011 0 11010 100000111 1010011 101000

Color Harmonies of #5411BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5411BD

Black with #5411BD

Text Example


Text Example

White with #5411BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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