Html Css Color HEX #512DAD Purple Heart

📋 copy color: '#512DAD'

red 81 ◦ green 45 ◦ blue 173

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

Shades of Purple Heart #512DAD

Tints of Purple Heart #512DAD

RGB

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

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

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

R = 27.09%
G = 15.05%
B = 57.86%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#512DAD (or 0x512DAD) is known color: Purple Heart. HEX triplet: 51, 2D and AD. RGB value is (81,45,173). Sum of RGB (Red+Green+Blue) = 81+45+173=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #512DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAD is #AED252. Grayscale: #454545. Windows color (decimal): -11457107 or 11349329. OLE color: 11349329.

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

Color convert

RGB 81 45 173 -
CMYK 0.53 0.74 0 0.32
HSL 256.88º 0.59% 0.43% -
HSV(B) 256.88º 0.74% 0.68% -
XYZ 11.87 6.64 40.19 -
YUV 70.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 81 45 173 0.53 0.74 0 0.32 256.88 0.59 0.43
Hex 51 2D AD 35 4A 0 20 101 3B 2B
Octal 121 55 255 65 112 0 40 401 73 53
Binary 1010001 101101 10101101 110101 1001010 0 100000 100000001 111011 101011

Color Harmonies of #512DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DAD

Black with #512DAD

Text Example


Text Example

White with #512DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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