Html Css Color HEX #5026AF Purple Heart

📋 copy color: '#5026AF'

red 80 ◦ green 38 ◦ blue 175

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

Shades of Purple Heart #5026AF

Tints of Purple Heart #5026AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 27.3%
G = 12.97%
B = 59.73%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5026AF (or 0x5026AF) is known color: Purple Heart. HEX triplet: 50, 26 and AF. RGB value is (80,38,175). Sum of RGB (Red+Green+Blue) = 80+38+175=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #5026AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5026AF is #AFD950. Grayscale: #414141. Windows color (decimal): -11524433 or 11478608. OLE color: 11478608.

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

Color convert

RGB 80 38 175 -
CMYK 0.54 0.78 0 0.31
HSL 258.39º 0.64% 0.42% -
HSV(B) 258.39º 0.78% 0.69% -
XYZ 11.74 6.19 41.13 -
YUV 66.18 189.41 137.86 -
System Red Green Blue C M Y K H S L
Decimal 80 38 175 0.54 0.78 0 0.31 258.39 0.64 0.42
Hex 50 26 AF 36 4E 0 1F 102 40 2A
Octal 120 46 257 66 116 0 37 402 100 52
Binary 1010000 100110 10101111 110110 1001110 0 11111 100000010 1000000 101010

Color Harmonies of #5026AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5026AF

Black with #5026AF

Text Example


Text Example

White with #5026AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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