Html Css Color HEX #512FAD Purple Heart

📋 copy color: '#512FAD'

red 81 ◦ green 47 ◦ blue 173

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

Shades of Purple Heart #512FAD

Tints of Purple Heart #512FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 26.91%
G = 15.61%
B = 57.48%

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

#512FAD (or 0x512FAD) is known color: Purple Heart. HEX triplet: 51, 2F and AD. RGB value is (81,47,173). Sum of RGB (Red+Green+Blue) = 81+47+173=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #512FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAD is #AED052. Grayscale: #474747. Windows color (decimal): -11456595 or 11349841. OLE color: 11349841.

HSL color Cylindrical-coordinate representation of color #512FAD: hue angle of 256.19º 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 #512FAD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 47 173 -
CMYK 0.53 0.73 0 0.32
HSL 256.19º 0.57% 0.43% -
HSV(B) 256.19º 0.73% 0.68% -
XYZ 11.95 6.8 40.22 -
YUV 71.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 81 47 173 0.53 0.73 0 0.32 256.19 0.57 0.43
Hex 51 2F AD 35 49 0 20 100 39 2B
Octal 121 57 255 65 111 0 40 400 71 53
Binary 1010001 101111 10101101 110101 1001001 0 100000 100000000 111001 101011

Color Harmonies of #512FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FAD

Black with #512FAD

Text Example


Text Example

White with #512FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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