Html Css Color HEX #5436AE Purple Heart

📋 copy color: '#5436AE'

red 84 ◦ green 54 ◦ blue 174

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

Shades of Purple Heart #5436AE

Tints of Purple Heart #5436AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 26.92%
G = 17.31%
B = 55.77%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5436AE (or 0x5436AE) is known color: Purple Heart. HEX triplet: 54, 36 and AE. RGB value is (84,54,174). Sum of RGB (Red+Green+Blue) = 84+54+174=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #5436AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5436AE is #ABC951. Grayscale: #4C4C4C. Windows color (decimal): -11258194 or 11417172. OLE color: 11417172.

HSL color Cylindrical-coordinate representation of color #5436AE: hue angle of 255º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5436AE is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 54 174 -
CMYK 0.52 0.69 0 0.32
HSL 255º 0.53% 0.45% -
HSV(B) 255º 0.69% 0.68% -
XYZ 12.62 7.58 40.84 -
YUV 76.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 84 54 174 0.52 0.69 0 0.32 255 0.53 0.45
Hex 54 36 AE 34 45 0 20 FF 35 2D
Octal 124 66 256 64 105 0 40 377 65 55
Binary 1010100 110110 10101110 110100 1000101 0 100000 11111111 110101 101101

Color Harmonies of #5436AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5436AE

Black with #5436AE

Text Example


Text Example

White with #5436AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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