Html Css Color HEX #5431AF Purple Heart

📋 copy color: '#5431AF'

red 84 ◦ green 49 ◦ blue 175

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

Shades of Purple Heart #5431AF

Tints of Purple Heart #5431AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 27.27%
G = 15.91%
B = 56.82%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5431AF (or 0x5431AF) is known color: Purple Heart. HEX triplet: 54, 31 and AF. RGB value is (84,49,175). Sum of RGB (Red+Green+Blue) = 84+49+175=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #5431AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5431AF is #ABCE50. Grayscale: #494949. Windows color (decimal): -11259473 or 11481428. OLE color: 11481428.

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

Color convert

RGB 84 49 175 -
CMYK 0.52 0.72 0 0.31
HSL 256.67º 0.56% 0.44% -
HSV(B) 256.67º 0.72% 0.69% -
XYZ 12.49 7.18 41.28 -
YUV 73.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 84 49 175 0.52 0.72 0 0.31 256.67 0.56 0.44
Hex 54 31 AF 34 48 0 1F 101 38 2C
Octal 124 61 257 64 110 0 37 401 70 54
Binary 1010100 110001 10101111 110100 1001000 0 11111 100000001 111000 101100

Color Harmonies of #5431AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5431AF

Black with #5431AF

Text Example


Text Example

White with #5431AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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