Html Css Color HEX #512FAE Purple Heart

📋 copy color: '#512FAE'

red 81 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #512FAE

Tints of Purple Heart #512FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

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

R = 26.82%
G = 15.56%
B = 57.62%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#512FAE (or 0x512FAE) is known color: Purple Heart. HEX triplet: 51, 2F and AE. RGB value is (81,47,174). Sum of RGB (Red+Green+Blue) = 81+47+174=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #512FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAE is #AED051. Grayscale: #474747. Windows color (decimal): -11456594 or 11415377. OLE color: 11415377.

HSL color Cylindrical-coordinate representation of color #512FAE: hue angle of 256.06º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512FAE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 47 174 -
CMYK 0.53 0.73 0 0.32
HSL 256.06º 0.57% 0.43% -
HSV(B) 256.06º 0.73% 0.68% -
XYZ 12.05 6.84 40.73 -
YUV 71.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 81 47 174 0.53 0.73 0 0.32 256.06 0.57 0.43
Hex 51 2F AE 35 49 0 20 100 39 2B
Octal 121 57 256 65 111 0 40 400 71 53
Binary 1010001 101111 10101110 110101 1001001 0 100000 100000000 111001 101011

Color Harmonies of #512FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FAE

Black with #512FAE

Text Example


Text Example

White with #512FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512FAE; }

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

 H1.HeaderClassName
 {
   color: #512FAE;
 }
 .AnyTagClassName
 {
   color: #512FAE;
 }
</style>

background-color css

<style>
 a { background-color: #512FAE; }

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

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

border-color css

<style>
 span { border-color: #512FAE; }

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

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