Html Css Color HEX #5408BA Purple Heart

📋 copy color: '#5408BA'

red 84 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #5408BA

Tints of Purple Heart #5408BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 30.22%
G = 2.88%
B = 66.91%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5408BA (or 0x5408BA) is known color: Purple Heart. HEX triplet: 54, 08 and BA. RGB value is (84,8,186). Sum of RGB (Red+Green+Blue) = 84+8+186=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #5408BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5408BA is #ABF745. Grayscale: #323232. Windows color (decimal): -11269958 or 12191828. OLE color: 12191828.

HSL color Cylindrical-coordinate representation of color #5408BA: hue angle of 265.62º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5408BA is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 8 186 -
CMYK 0.55 0.96 0 0.27
HSL 265.62º 0.92% 0.38% -
HSV(B) 265.62º 0.96% 0.73% -
XYZ 12.61 5.6 46.87 -
YUV 51.02 204.18 151.53 -
System Red Green Blue C M Y K H S L
Decimal 84 8 186 0.55 0.96 0 0.27 265.62 0.92 0.38
Hex 54 8 BA 37 60 0 1B 10A 5C 26
Octal 124 10 272 67 140 0 33 412 134 46
Binary 1010100 1000 10111010 110111 1100000 0 11011 100001010 1011100 100110

Color Harmonies of #5408BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5408BA

Black with #5408BA

Text Example


Text Example

White with #5408BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,8,186); }

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

background-color css

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

 a { background-color: rgb(84,8,186); }

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

border-color css

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

 span { border-color: rgb(84,8,186); }

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