Html Css Color HEX #5025AC Purple Heart

📋 copy color: '#5025AC'

red 80 ◦ green 37 ◦ blue 172

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

Shades of Purple Heart #5025AC

Tints of Purple Heart #5025AC

RGB

 RED value IS 80 (31.64% from 255) = 27.68%

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

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 27.68%
G = 12.8%
B = 59.52%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5025AC (or 0x5025AC) is known color: Purple Heart. HEX triplet: 50, 25 and AC. RGB value is (80,37,172). Sum of RGB (Red+Green+Blue) = 80+37+172=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #5025AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5025AC is #AFDA53. Grayscale: #404040. Windows color (decimal): -11524692 or 11281744. OLE color: 11281744.

HSL color Cylindrical-coordinate representation of color #5025AC: hue angle of 259.11º degrees, saturation: 0.65, 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 #5025AC is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 37 172 -
CMYK 0.53 0.78 0 0.33
HSL 259.11º 0.65% 0.41% -
HSV(B) 259.11º 0.78% 0.67% -
XYZ 11.42 6.01 39.59 -
YUV 65.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 80 37 172 0.53 0.78 0 0.33 259.11 0.65 0.41
Hex 50 25 AC 35 4E 0 21 103 41 29
Octal 120 45 254 65 116 0 41 403 101 51
Binary 1010000 100101 10101100 110101 1001110 0 100001 100000011 1000001 101001

Color Harmonies of #5025AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025AC

Black with #5025AC

Text Example


Text Example

White with #5025AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5025AC; }

 p { color: rgb(80,37,172); }

 H1.HeaderClassName
 {
   color: #5025AC;
 }
 .AnyTagClassName
 {
   color: #5025AC;
 }
</style>

background-color css

<style>
 a { background-color: #5025AC; }

 a { background-color: rgb(80,37,172); }

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

border-color css

<style>
 span { border-color: #5025AC; }

 span { border-color: rgb(80,37,172); }

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