Html Css Color HEX #5436AF Purple Heart

📋 copy color: '#5436AF'

red 84 ◦ green 54 ◦ blue 175

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

Shades of Purple Heart #5436AF

Tints of Purple Heart #5436AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 26.84%
G = 17.25%
B = 55.91%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5436AF (or 0x5436AF) is known color: Purple Heart. HEX triplet: 54, 36 and AF. RGB value is (84,54,175). Sum of RGB (Red+Green+Blue) = 84+54+175=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #5436AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5436AF is #ABC950. Grayscale: #4C4C4C. Windows color (decimal): -11258193 or 11482708. OLE color: 11482708.

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

Color convert

RGB 84 54 175 -
CMYK 0.52 0.69 0 0.31
HSL 254.88º 0.53% 0.45% -
HSV(B) 254.88º 0.69% 0.69% -
XYZ 12.71 7.62 41.36 -
YUV 76.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 84 54 175 0.52 0.69 0 0.31 254.88 0.53 0.45
Hex 54 36 AF 34 45 0 1F FF 35 2D
Octal 124 66 257 64 105 0 37 377 65 55
Binary 1010100 110110 10101111 110100 1000101 0 11111 11111111 110101 101101

Color Harmonies of #5436AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5436AF

Black with #5436AF

Text Example


Text Example

White with #5436AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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