Html Css Color HEX #5025AF Purple Heart

📋 copy color: '#5025AF'

red 80 ◦ green 37 ◦ blue 175

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

Shades of Purple Heart #5025AF

Tints of Purple Heart #5025AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 27.4%
G = 12.67%
B = 59.93%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5025AF (or 0x5025AF) is known color: Purple Heart. HEX triplet: 50, 25 and AF. RGB value is (80,37,175). Sum of RGB (Red+Green+Blue) = 80+37+175=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #5025AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5025AF is #AFDA50. Grayscale: #414141. Windows color (decimal): -11524689 or 11478352. OLE color: 11478352.

HSL color Cylindrical-coordinate representation of color #5025AF: hue angle of 258.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5025AF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 37 175 -
CMYK 0.54 0.79 0 0.31
HSL 258.7º 0.65% 0.42% -
HSV(B) 258.7º 0.79% 0.69% -
XYZ 11.71 6.12 41.12 -
YUV 65.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 80 37 175 0.54 0.79 0 0.31 258.7 0.65 0.42
Hex 50 25 AF 36 4F 0 1F 103 41 2A
Octal 120 45 257 66 117 0 37 403 101 52
Binary 1010000 100101 10101111 110110 1001111 0 11111 100000011 1000001 101010

Color Harmonies of #5025AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025AF

Black with #5025AF

Text Example


Text Example

White with #5025AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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