Html Css Color HEX #512DAC Purple Heart

📋 copy color: '#512DAC'

red 81 ◦ green 45 ◦ blue 172

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

Shades of Purple Heart #512DAC

Tints of Purple Heart #512DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 27.18%
G = 15.1%
B = 57.72%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#512DAC (or 0x512DAC) is known color: Purple Heart. HEX triplet: 51, 2D and AC. RGB value is (81,45,172). Sum of RGB (Red+Green+Blue) = 81+45+172=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #512DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAC is #AED253. Grayscale: #454545. Windows color (decimal): -11457108 or 11283793. OLE color: 11283793.

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

Color convert

RGB 81 45 172 -
CMYK 0.53 0.74 0 0.33
HSL 257.01º 0.59% 0.43% -
HSV(B) 257.01º 0.74% 0.67% -
XYZ 11.78 6.6 39.68 -
YUV 70.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 81 45 172 0.53 0.74 0 0.33 257.01 0.59 0.43
Hex 51 2D AC 35 4A 0 21 101 3B 2B
Octal 121 55 254 65 112 0 41 401 73 53
Binary 1010001 101101 10101100 110101 1001010 0 100001 100000001 111011 101011

Color Harmonies of #512DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DAC

Black with #512DAC

Text Example


Text Example

White with #512DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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