Html Css Color HEX #5421AF Purple Heart

📋 copy color: '#5421AF'

red 84 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #5421AF

Tints of Purple Heart #5421AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 28.77%
G = 11.3%
B = 59.93%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5421AF (or 0x5421AF) is known color: Purple Heart. HEX triplet: 54, 21 and AF. RGB value is (84,33,175). Sum of RGB (Red+Green+Blue) = 84+33+175=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #5421AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5421AF is #ABDE50. Grayscale: #3F3F3F. Windows color (decimal): -11263569 or 11477332. OLE color: 11477332.

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

Color convert

RGB 84 33 175 -
CMYK 0.52 0.81 0 0.31
HSL 261.55º 0.68% 0.41% -
HSV(B) 261.55º 0.81% 0.69% -
XYZ 11.94 6.07 41.1 -
YUV 64.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 84 33 175 0.52 0.81 0 0.31 261.55 0.68 0.41
Hex 54 21 AF 34 51 0 1F 106 44 29
Octal 124 41 257 64 121 0 37 406 104 51
Binary 1010100 100001 10101111 110100 1010001 0 11111 100000110 1000100 101001

Color Harmonies of #5421AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5421AF

Black with #5421AF

Text Example


Text Example

White with #5421AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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