Html Css Color HEX #5127AE Purple Heart

📋 copy color: '#5127AE'

red 81 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #5127AE

Tints of Purple Heart #5127AE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 27.55%
G = 13.27%
B = 59.18%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5127AE (or 0x5127AE) is known color: Purple Heart. HEX triplet: 51, 27 and AE. RGB value is (81,39,174). Sum of RGB (Red+Green+Blue) = 81+39+174=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #5127AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5127AE is #AED851. Grayscale: #424242. Windows color (decimal): -11458642 or 11413329. OLE color: 11413329.

HSL color Cylindrical-coordinate representation of color #5127AE: hue angle of 258.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5127AE is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 39 174 -
CMYK 0.53 0.78 0 0.32
HSL 258.67º 0.63% 0.42% -
HSV(B) 258.67º 0.78% 0.68% -
XYZ 11.76 6.26 40.63 -
YUV 66.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 81 39 174 0.53 0.78 0 0.32 258.67 0.63 0.42
Hex 51 27 AE 35 4E 0 20 103 3F 2A
Octal 121 47 256 65 116 0 40 403 77 52
Binary 1010001 100111 10101110 110101 1001110 0 100000 100000011 111111 101010

Color Harmonies of #5127AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5127AE

Black with #5127AE

Text Example


Text Example

White with #5127AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5127AE; }

 p { color: rgb(81,39,174); }

 H1.HeaderClassName
 {
   color: #5127AE;
 }
 .AnyTagClassName
 {
   color: #5127AE;
 }
</style>

background-color css

<style>
 a { background-color: #5127AE; }

 a { background-color: rgb(81,39,174); }

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

border-color css

<style>
 span { border-color: #5127AE; }

 span { border-color: rgb(81,39,174); }

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