Html Css Color HEX #5921AF Purple Heart

📋 copy color: '#5921AF'

red 89 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #5921AF

Tints of Purple Heart #5921AF

RGB

 RED value IS 89 (35.16% from 255) = 29.97%

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

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

R = 29.97%
G = 11.11%
B = 58.92%

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

#5921AF (or 0x5921AF) is known color: Purple Heart. HEX triplet: 59, 21 and AF. RGB value is (89,33,175). Sum of RGB (Red+Green+Blue) = 89+33+175=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #5921AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5921AF is #A6DE50. Grayscale: #414141. Windows color (decimal): -10935889 or 11477337. OLE color: 11477337.

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

Color convert

RGB 89 33 175 -
CMYK 0.49 0.81 0 0.31
HSL 263.66º 0.68% 0.41% -
HSV(B) 263.66º 0.81% 0.69% -
XYZ 12.4 6.31 41.12 -
YUV 65.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 89 33 175 0.49 0.81 0 0.31 263.66 0.68 0.41
Hex 59 21 AF 31 51 0 1F 108 44 29
Octal 131 41 257 61 121 0 37 410 104 51
Binary 1011001 100001 10101111 110001 1010001 0 11111 100001000 1000100 101001

Color Harmonies of #5921AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5921AF

Black with #5921AF

Text Example


Text Example

White with #5921AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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