Html Css Color HEX #5A21AF Purple Heart

📋 copy color: '#5A21AF'

red 90 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #5A21AF

Tints of Purple Heart #5A21AF

RGB

 RED value IS 90 (35.55% from 255) = 30.2%

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

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

R = 30.2%
G = 11.07%
B = 58.72%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5A21AF (or 0x5A21AF) is known color: Purple Heart. HEX triplet: 5A, 21 and AF. RGB value is (90,33,175). Sum of RGB (Red+Green+Blue) = 90+33+175=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A21AF is #A5DE50. Grayscale: #414141. Windows color (decimal): -10870353 or 11477338. OLE color: 11477338.

HSL color Cylindrical-coordinate representation of color #5A21AF: hue angle of 264.08º 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 #5A21AF is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 33 175 -
CMYK 0.49 0.81 0 0.31
HSL 264.08º 0.68% 0.41% -
HSV(B) 264.08º 0.81% 0.69% -
XYZ 12.5 6.36 41.13 -
YUV 66.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 90 33 175 0.49 0.81 0 0.31 264.08 0.68 0.41
Hex 5A 21 AF 31 51 0 1F 108 44 29
Octal 132 41 257 61 121 0 37 410 104 51
Binary 1011010 100001 10101111 110001 1010001 0 11111 100001000 1000100 101001

Color Harmonies of #5A21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A21AF

Black with #5A21AF

Text Example


Text Example

White with #5A21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A21AF; }

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

 H1.HeaderClassName
 {
   color: #5A21AF;
 }
 .AnyTagClassName
 {
   color: #5A21AF;
 }
</style>

background-color css

<style>
 a { background-color: #5A21AF; }

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

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

border-color css

<style>
 span { border-color: #5A21AF; }

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

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