Html Css Color HEX #5436AC Purple Heart

📋 copy color: '#5436AC'

red 84 ◦ green 54 ◦ blue 172

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

Shades of Purple Heart #5436AC

Tints of Purple Heart #5436AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 27.1%
G = 17.42%
B = 55.48%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5436AC (or 0x5436AC) is known color: Purple Heart. HEX triplet: 54, 36 and AC. RGB value is (84,54,172). Sum of RGB (Red+Green+Blue) = 84+54+172=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #5436AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5436AC is #ABC953. Grayscale: #4B4B4B. Windows color (decimal): -11258196 or 11286100. OLE color: 11286100.

HSL color Cylindrical-coordinate representation of color #5436AC: hue angle of 255.25º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5436AC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 54 172 -
CMYK 0.51 0.69 0 0.33
HSL 255.25º 0.52% 0.44% -
HSV(B) 255.25º 0.69% 0.67% -
XYZ 12.42 7.5 39.82 -
YUV 76.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 84 54 172 0.51 0.69 0 0.33 255.25 0.52 0.44
Hex 54 36 AC 33 45 0 21 FF 34 2C
Octal 124 66 254 63 105 0 41 377 64 54
Binary 1010100 110110 10101100 110011 1000101 0 100001 11111111 110100 101100

Color Harmonies of #5436AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5436AC

Black with #5436AC

Text Example


Text Example

White with #5436AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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