Html Css Color HEX #5129AF Purple Heart

📋 copy color: '#5129AF'

red 81 ◦ green 41 ◦ blue 175

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

Shades of Purple Heart #5129AF

Tints of Purple Heart #5129AF

RGB

 RED value IS 81 (32.03% from 255) = 27.27%

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 27.27%
G = 13.8%
B = 58.92%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5129AF (or 0x5129AF) is known color: Purple Heart. HEX triplet: 51, 29 and AF. RGB value is (81,41,175). Sum of RGB (Red+Green+Blue) = 81+41+175=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #5129AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5129AF is #AED650. Grayscale: #434343. Windows color (decimal): -11458129 or 11479377. OLE color: 11479377.

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

Color convert

RGB 81 41 175 -
CMYK 0.54 0.77 0 0.31
HSL 257.91º 0.62% 0.42% -
HSV(B) 257.91º 0.77% 0.69% -
XYZ 11.92 6.43 41.17 -
YUV 68.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 81 41 175 0.54 0.77 0 0.31 257.91 0.62 0.42
Hex 51 29 AF 36 4D 0 1F 102 3E 2A
Octal 121 51 257 66 115 0 37 402 76 52
Binary 1010001 101001 10101111 110110 1001101 0 11111 100000010 111110 101010

Color Harmonies of #5129AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129AF

Black with #5129AF

Text Example


Text Example

White with #5129AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,41,175); }

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

background-color css

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

 a { background-color: rgb(81,41,175); }

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

border-color css

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

 span { border-color: rgb(81,41,175); }

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