Html Css Color HEX #5423AF Purple Heart

📋 copy color: '#5423AF'

red 84 ◦ green 35 ◦ blue 175

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

Shades of Purple Heart #5423AF

Tints of Purple Heart #5423AF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 28.57%
G = 11.9%
B = 59.52%

CMYK

 C value IS 0.52

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5423AF (or 0x5423AF) is known color: Purple Heart. HEX triplet: 54, 23 and AF. RGB value is (84,35,175). Sum of RGB (Red+Green+Blue) = 84+35+175=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #5423AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5423AF is #ABDC50. Grayscale: #414141. Windows color (decimal): -11263057 or 11477844. OLE color: 11477844.

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

Color convert

RGB 84 35 175 -
CMYK 0.52 0.8 0 0.31
HSL 261º 0.67% 0.41% -
HSV(B) 261º 0.8% 0.69% -
XYZ 12 6.18 41.12 -
YUV 65.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 84 35 175 0.52 0.8 0 0.31 261 0.67 0.41
Hex 54 23 AF 34 50 0 1F 105 43 29
Octal 124 43 257 64 120 0 37 405 103 51
Binary 1010100 100011 10101111 110100 1010000 0 11111 100000101 1000011 101001

Color Harmonies of #5423AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5423AF

Black with #5423AF

Text Example


Text Example

White with #5423AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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