Html Css Color HEX #5409BB Purple Heart

📋 copy color: '#5409BB'

red 84 ◦ green 9 ◦ blue 187

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

Shades of Purple Heart #5409BB

Tints of Purple Heart #5409BB

RGB

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

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

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

R = 30%
G = 3.21%
B = 66.79%

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

#5409BB (or 0x5409BB) is known color: Purple Heart. HEX triplet: 54, 09 and BB. RGB value is (84,9,187). Sum of RGB (Red+Green+Blue) = 84+9+187=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #5409BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409BB is #ABF644. Grayscale: #333333. Windows color (decimal): -11269701 or 12257620. OLE color: 12257620.

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

Color convert

RGB 84 9 187 -
CMYK 0.55 0.95 0 0.27
HSL 265.28º 0.91% 0.38% -
HSV(B) 265.28º 0.95% 0.73% -
XYZ 12.72 5.67 47.44 -
YUV 51.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 84 9 187 0.55 0.95 0 0.27 265.28 0.91 0.38
Hex 54 9 BB 37 5F 0 1B 109 5B 26
Octal 124 11 273 67 137 0 33 411 133 46
Binary 1010100 1001 10111011 110111 1011111 0 11011 100001001 1011011 100110

Color Harmonies of #5409BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409BB

Black with #5409BB

Text Example


Text Example

White with #5409BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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