Html Css Color HEX #512EAD Purple Heart

📋 copy color: '#512EAD'

red 81 ◦ green 46 ◦ blue 173

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

Shades of Purple Heart #512EAD

Tints of Purple Heart #512EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.33%

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

R = 27%
G = 15.33%
B = 57.67%

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

#512EAD (or 0x512EAD) is known color: Purple Heart. HEX triplet: 51, 2E and AD. RGB value is (81,46,173). Sum of RGB (Red+Green+Blue) = 81+46+173=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #512EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512EAD is #AED152. Grayscale: #464646. Windows color (decimal): -11456851 or 11349585. OLE color: 11349585.

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

Color convert

RGB 81 46 173 -
CMYK 0.53 0.73 0 0.32
HSL 256.54º 0.58% 0.43% -
HSV(B) 256.54º 0.73% 0.68% -
XYZ 11.91 6.72 40.2 -
YUV 70.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 81 46 173 0.53 0.73 0 0.32 256.54 0.58 0.43
Hex 51 2E AD 35 49 0 20 101 3A 2B
Octal 121 56 255 65 111 0 40 401 72 53
Binary 1010001 101110 10101101 110101 1001001 0 100000 100000001 111010 101011

Color Harmonies of #512EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EAD

Black with #512EAD

Text Example


Text Example

White with #512EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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