Html Css Color HEX #5438BC Purple Heart

📋 copy color: '#5438BC'

red 84 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #5438BC

Tints of Purple Heart #5438BC

RGB

 RED value IS 84 (33.2% 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 value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5438BC (or 0x5438BC) is known color: 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

RGB 84 56 188 -
CMYK 0.55 0.70 0 0.26
HSL 252.73º 0.54% 0.48% -
HSV(B) 252.73º 0.7% 0.74% -
XYZ 14.15 8.34 48.44 -
YUV 79.42 189.28 131.27 -
System Red Green Blue C M Y K H S L
Decimal 84 56 188 0.55 0.70 0 0.26 252.73 0.54 0.48
Hex 54 38 BC 37 46 0 1A FD 36 30
Octal 124 70 274 67 106 0 32 375 66 60
Binary 1010100 111000 10111100 110111 1000110 0 11010 11111101 110110 110000

Color Harmonies of #5438BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5438BC

Black with #5438BC

Text Example


Text Example

White with #5438BC

Text Example


Text Example

HTML Codes & Css Web 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>