Html Css Color HEX #5A25AA Purple Heart

📋 copy color: '#5A25AA'

red 90 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #5A25AA

Tints of Purple Heart #5A25AA

RGB

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

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

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

R = 30.3%
G = 12.46%
B = 57.24%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A25AA (or 0x5A25AA) is known color: Purple Heart. HEX triplet: 5A, 25 and AA. RGB value is (90,37,170). Sum of RGB (Red+Green+Blue) = 90+37+170=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A25AA is #A5DA55. Grayscale: #434343. Windows color (decimal): -10869334 or 11150682. OLE color: 11150682.

HSL color Cylindrical-coordinate representation of color #5A25AA: hue angle of 263.91º 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 #5A25AA is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 37 170 -
CMYK 0.47 0.78 0 0.33
HSL 263.91º 0.64% 0.41% -
HSV(B) 263.91º 0.78% 0.67% -
XYZ 12.13 6.4 38.63 -
YUV 68.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 90 37 170 0.47 0.78 0 0.33 263.91 0.64 0.41
Hex 5A 25 AA 2F 4E 0 21 108 40 29
Octal 132 45 252 57 116 0 41 410 100 51
Binary 1011010 100101 10101010 101111 1001110 0 100001 100001000 1000000 101001

Color Harmonies of #5A25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A25AA

Black with #5A25AA

Text Example


Text Example

White with #5A25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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