Html Css Color HEX #5409BA Purple Heart

📋 copy color: '#5409BA'

red 84 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #5409BA

Tints of Purple Heart #5409BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 30.11%
G = 3.23%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5409BA (or 0x5409BA) is known color: Purple Heart. HEX triplet: 54, 09 and BA. RGB value is (84,9,186). Sum of RGB (Red+Green+Blue) = 84+9+186=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #5409BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409BA is #ABF645. Grayscale: #323232. Windows color (decimal): -11269702 or 12192084. OLE color: 12192084.

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

Color convert

RGB 84 9 186 -
CMYK 0.55 0.95 0 0.27
HSL 265.42º 0.91% 0.38% -
HSV(B) 265.42º 0.95% 0.73% -
XYZ 12.62 5.63 46.88 -
YUV 51.6 203.85 151.11 -
System Red Green Blue C M Y K H S L
Decimal 84 9 186 0.55 0.95 0 0.27 265.42 0.91 0.38
Hex 54 9 BA 37 5F 0 1B 109 5B 26
Octal 124 11 272 67 137 0 33 411 133 46
Binary 1010100 1001 10111010 110111 1011111 0 11011 100001001 1011011 100110

Color Harmonies of #5409BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409BA

Black with #5409BA

Text Example


Text Example

White with #5409BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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