#5438bc

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

Shades of Purple Heart #5438BC

Tints of Purple Heart #5438BC

Color information

#5438BC (or 0x5438BC) is unknown color: approx Purple Heart. HEX triplet: 54, 38 and BC. RGB value is (84,56,188). Sum of RGB (Red+Green+Blue) = 84+56+188=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #5438BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5438BC is #ABC743. Grayscale: #4E4E4E. Windows color (decimal): -11257668 or 12335188. OLE color: 12335188.

HSL color Cylindrical-coordinate representation of color #5438BC: hue angle of 252.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5438BC is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8456188-
CMYK0.550.7000.26
HSL252.73º54.1%47.84%-
HSV(B)252.73º70.21%73.73%-
XYZ14.158.3448.44-
YUV79.42189.28131.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=25.61%
G=17.07%
B=57.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84561880.550.7000.26252.7354.147.84
Hex5438BC374601Afd3630
Octal12470274671060323756660
Binary101010011100010111100110111100011001101011111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5438bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5438bc; }

 p { color: rgb(84,56,188); }

 H1.HeaderClassName
 {
   color: #5438bc;
 }
 .AnyTagClassName
 {
   color: #5438bc;
 }
</style>
background-color css

<style>
 a { background-color: #5438bc; }

 a { background-color: rgb(84,56,188); }

 div.DivClassName
 {
   background-color: #5438bc;
 }
 .BgClassName
 {
   background-color: #5438bc;
 }
</style>
border-color css

<style>
 span { border-color: #5438bc; }

 span { border-color: rgb(84,56,188); }

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