Html Css Color HEX #5A25AB Purple Heart

📋 copy color: '#5A25AB'

red 90 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #5A25AB

Tints of Purple Heart #5A25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 30.2%
G = 12.42%
B = 57.38%

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

#5A25AB (or 0x5A25AB) is known color: Purple Heart. HEX triplet: 5A, 25 and AB. RGB value is (90,37,171). Sum of RGB (Red+Green+Blue) = 90+37+171=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A25AB is #A5DA54. Grayscale: #434343. Windows color (decimal): -10869333 or 11216218. OLE color: 11216218.

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

Color convert

RGB 90 37 171 -
CMYK 0.47 0.78 0 0.33
HSL 263.73º 0.64% 0.41% -
HSV(B) 263.73º 0.78% 0.67% -
XYZ 12.23 6.44 39.13 -
YUV 68.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 90 37 171 0.47 0.78 0 0.33 263.73 0.64 0.41
Hex 5A 25 AB 2F 4E 0 21 108 40 29
Octal 132 45 253 57 116 0 41 410 100 51
Binary 1011010 100101 10101011 101111 1001110 0 100001 100001000 1000000 101001

Color Harmonies of #5A25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A25AB

Black with #5A25AB

Text Example


Text Example

White with #5A25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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