Html Css Color HEX #5929AF Purple Heart

📋 copy color: '#5929AF'

red 89 ◦ green 41 ◦ blue 175

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

Shades of Purple Heart #5929AF

Tints of Purple Heart #5929AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 29.18%
G = 13.44%
B = 57.38%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5929AF (or 0x5929AF) is known color: Purple Heart. HEX triplet: 59, 29 and AF. RGB value is (89,41,175). Sum of RGB (Red+Green+Blue) = 89+41+175=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #5929AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5929AF is #A6D650. Grayscale: #464646. Windows color (decimal): -10933841 or 11479385. OLE color: 11479385.

HSL color Cylindrical-coordinate representation of color #5929AF: hue angle of 261.49º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5929AF is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 41 175 -
CMYK 0.49 0.77 0 0.31
HSL 261.49º 0.62% 0.42% -
HSV(B) 261.49º 0.77% 0.69% -
XYZ 12.65 6.8 41.2 -
YUV 70.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 89 41 175 0.49 0.77 0 0.31 261.49 0.62 0.42
Hex 59 29 AF 31 4D 0 1F 105 3E 2A
Octal 131 51 257 61 115 0 37 405 76 52
Binary 1011001 101001 10101111 110001 1001101 0 11111 100000101 111110 101010

Color Harmonies of #5929AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5929AF

Black with #5929AF

Text Example


Text Example

White with #5929AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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