Html Css Color HEX #5423BB Purple Heart

📋 copy color: '#5423BB'

red 84 ◦ green 35 ◦ blue 187

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

Shades of Purple Heart #5423BB

Tints of Purple Heart #5423BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 27.45%
G = 11.44%
B = 61.11%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5423BB (or 0x5423BB) is known color: Purple Heart. HEX triplet: 54, 23 and BB. RGB value is (84,35,187). Sum of RGB (Red+Green+Blue) = 84+35+187=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #5423BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5423BB is #ABDC44. Grayscale: #424242. Windows color (decimal): -11263045 or 12264276. OLE color: 12264276.

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

Color convert

RGB 84 35 187 -
CMYK 0.55 0.81 0 0.27
HSL 259.34º 0.68% 0.44% -
HSV(B) 259.34º 0.81% 0.73% -
XYZ 13.23 6.67 47.6 -
YUV 66.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 84 35 187 0.55 0.81 0 0.27 259.34 0.68 0.44
Hex 54 23 BB 37 51 0 1B 103 44 2C
Octal 124 43 273 67 121 0 33 403 104 54
Binary 1010100 100011 10111011 110111 1010001 0 11011 100000011 1000100 101100

Color Harmonies of #5423BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5423BB

Black with #5423BB

Text Example


Text Example

White with #5423BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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