Html Css Color HEX #512EAC Purple Heart

📋 copy color: '#512EAC'

red 81 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #512EAC

Tints of Purple Heart #512EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 27.09%
G = 15.38%
B = 57.53%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#512EAC (or 0x512EAC) is known color: Purple Heart. HEX triplet: 51, 2E and AC. RGB value is (81,46,172). Sum of RGB (Red+Green+Blue) = 81+46+172=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #512EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512EAC is #AED153. Grayscale: #464646. Windows color (decimal): -11456852 or 11284049. OLE color: 11284049.

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

Color convert

RGB 81 46 172 -
CMYK 0.53 0.73 0 0.33
HSL 256.67º 0.58% 0.43% -
HSV(B) 256.67º 0.73% 0.67% -
XYZ 11.82 6.68 39.7 -
YUV 70.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 81 46 172 0.53 0.73 0 0.33 256.67 0.58 0.43
Hex 51 2E AC 35 49 0 21 101 3A 2B
Octal 121 56 254 65 111 0 41 401 72 53
Binary 1010001 101110 10101100 110101 1001001 0 100001 100000001 111010 101011

Color Harmonies of #512EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EAC

Black with #512EAC

Text Example


Text Example

White with #512EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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