Html Css Color HEX #5D25AA Purple Heart

📋 copy color: '#5D25AA'

red 93 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #5D25AA

Tints of Purple Heart #5D25AA

RGB

 RED value IS 93 (36.72% from 255) = 31%

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

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

R = 31%
G = 12.33%
B = 56.67%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D25AA (or 0x5D25AA) is known color: Purple Heart. HEX triplet: 5D, 25 and AA. RGB value is (93,37,170). Sum of RGB (Red+Green+Blue) = 93+37+170=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D25AA is #A2DA55. Grayscale: #444444. Windows color (decimal): -10672726 or 11150685. OLE color: 11150685.

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

Color convert

RGB 93 37 170 -
CMYK 0.45 0.78 0 0.33
HSL 265.26º 0.64% 0.41% -
HSV(B) 265.26º 0.78% 0.67% -
XYZ 12.43 6.55 38.64 -
YUV 68.91 185.05 145.19 -
System Red Green Blue C M Y K H S L
Decimal 93 37 170 0.45 0.78 0 0.33 265.26 0.64 0.41
Hex 5D 25 AA 2D 4E 0 21 109 40 29
Octal 135 45 252 55 116 0 41 411 100 51
Binary 1011101 100101 10101010 101101 1001110 0 100001 100001001 1000000 101001

Color Harmonies of #5D25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D25AA

Black with #5D25AA

Text Example


Text Example

White with #5D25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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