Html Css Color HEX #5400BB Purple Heart

📋 copy color: '#5400BB'

red 84 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #5400BB

Tints of Purple Heart #5400BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31%
G = 0%
B = 69%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5400BB (or 0x5400BB) is known color: Purple Heart. HEX triplet: 54, 00 and BB. RGB value is (84,0,187). Sum of RGB (Red+Green+Blue) = 84+0+187=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #5400BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400BB is #ABFF44. Grayscale: #2D2D2D. Windows color (decimal): -11272005 or 12255316. OLE color: 12255316.

HSL color Cylindrical-coordinate representation of color #5400BB: hue angle of 266.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400BB is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 0 187 -
CMYK 0.55 1 0 0.27
HSL 266.95º 1% 0.37% -
HSV(B) 266.95º 1% 0.73% -
XYZ 12.63 5.47 47.4 -
YUV 46.43 207.33 154.79 -
System Red Green Blue C M Y K H S L
Decimal 84 0 187 0.55 1 0 0.27 266.95 1 0.37
Hex 54 0 BB 37 64 0 1B 10B 64 25
Octal 124 0 273 67 144 0 33 413 144 45
Binary 1010100 0 10111011 110111 1100100 0 11011 100001011 1100100 100101

Color Harmonies of #5400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400BB

Black with #5400BB

Text Example


Text Example

White with #5400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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