Html Css Color HEX #5925AA Purple Heart

📋 copy color: '#5925AA'

red 89 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #5925AA

Tints of Purple Heart #5925AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 30.07%
G = 12.5%
B = 57.43%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5925AA (or 0x5925AA) is known color: Purple Heart. HEX triplet: 59, 25 and AA. RGB value is (89,37,170). Sum of RGB (Red+Green+Blue) = 89+37+170=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #5925AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5925AA is #A6DA55. Grayscale: #434343. Windows color (decimal): -10934870 or 11150681. OLE color: 11150681.

HSL color Cylindrical-coordinate representation of color #5925AA: hue angle of 263.46º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5925AA is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 37 170 -
CMYK 0.48 0.78 0 0.33
HSL 263.46º 0.64% 0.41% -
HSV(B) 263.46º 0.78% 0.67% -
XYZ 12.04 6.35 38.62 -
YUV 67.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 89 37 170 0.48 0.78 0 0.33 263.46 0.64 0.41
Hex 59 25 AA 30 4E 0 21 107 40 29
Octal 131 45 252 60 116 0 41 407 100 51
Binary 1011001 100101 10101010 110000 1001110 0 100001 100000111 1000000 101001

Color Harmonies of #5925AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5925AA

Black with #5925AA

Text Example


Text Example

White with #5925AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5925AA; }

 p { color: rgb(89,37,170); }

 H1.HeaderClassName
 {
   color: #5925AA;
 }
 .AnyTagClassName
 {
   color: #5925AA;
 }
</style>

background-color css

<style>
 a { background-color: #5925AA; }

 a { background-color: rgb(89,37,170); }

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

border-color css

<style>
 span { border-color: #5925AA; }

 span { border-color: rgb(89,37,170); }

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