Html Css Color HEX #5436BC Purple Heart

📋 copy color: '#5436BC'

red 84 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #5436BC

Tints of Purple Heart #5436BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 25.77%
G = 16.56%
B = 57.67%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5436BC (or 0x5436BC) is known color: Purple Heart. HEX triplet: 54, 36 and BC. RGB value is (84,54,188). Sum of RGB (Red+Green+Blue) = 84+54+188=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5436BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5436BC is #ABC943. Grayscale: #4D4D4D. Windows color (decimal): -11258180 or 12334676. OLE color: 12334676.

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

Color convert

RGB 84 54 188 -
CMYK 0.55 0.71 0 0.26
HSL 253.43º 0.55% 0.47% -
HSV(B) 253.43º 0.71% 0.74% -
XYZ 14.05 8.15 48.41 -
YUV 78.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 84 54 188 0.55 0.71 0 0.26 253.43 0.55 0.47
Hex 54 36 BC 37 47 0 1A FD 37 2F
Octal 124 66 274 67 107 0 32 375 67 57
Binary 1010100 110110 10111100 110111 1000111 0 11010 11111101 110111 101111

Color Harmonies of #5436BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5436BC

Black with #5436BC

Text Example


Text Example

White with #5436BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5436BC; }

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

 H1.HeaderClassName
 {
   color: #5436BC;
 }
 .AnyTagClassName
 {
   color: #5436BC;
 }
</style>

background-color css

<style>
 a { background-color: #5436BC; }

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

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

border-color css

<style>
 span { border-color: #5436BC; }

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

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