Html Css Color HEX #5409B1 Purple Heart

📋 copy color: '#5409B1'

red 84 ◦ green 9 ◦ blue 177

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

Shades of Purple Heart #5409B1

Tints of Purple Heart #5409B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 65.56%

R = 31.11%
G = 3.33%
B = 65.56%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5409B1 (or 0x5409B1) is known color: Purple Heart. HEX triplet: 54, 09 and B1. RGB value is (84,9,177). Sum of RGB (Red+Green+Blue) = 84+9+177=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #5409B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5409B1 is #ABF64E. Grayscale: #313131. Windows color (decimal): -11269711 or 11602260. OLE color: 11602260.

HSL color Cylindrical-coordinate representation of color #5409B1: hue angle of 266.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5409B1 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 9 177 -
CMYK 0.53 0.95 0 0.31
HSL 266.79º 0.9% 0.36% -
HSV(B) 266.79º 0.95% 0.69% -
XYZ 11.69 5.25 41.99 -
YUV 50.58 199.35 151.84 -
System Red Green Blue C M Y K H S L
Decimal 84 9 177 0.53 0.95 0 0.31 266.79 0.9 0.36
Hex 54 9 B1 35 5F 0 1F 10B 5A 24
Octal 124 11 261 65 137 0 37 413 132 44
Binary 1010100 1001 10110001 110101 1011111 0 11111 100001011 1011010 100100

Color Harmonies of #5409B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409B1

Black with #5409B1

Text Example


Text Example

White with #5409B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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