#5423BB

Color #5423BB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5423BB

Tints of Purple Heart #5423BB

Color information

#5423BB (or 0x5423BB) is unknown color: approx 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

RGB8435187-
CMYK0.550.8100.27
HSL259.34º68.47%43.53%-
HSV(B)259.34º81.28%73.33%-
XYZ13.236.6747.6-
YUV66.98195.73140.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84351870.550.8100.27259.3468.4743.53
Hex5423BB375101B103442c
Octal124432736712103340310454
Binary10101001000111011101111011110100010110111000000111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5423BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>