Html Css Color HEX #512DD9 Purple Heart

📋 copy color: '#512DD9'

red 81 ◦ green 45 ◦ blue 217

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

Shades of Purple Heart #512DD9

Tints of Purple Heart #512DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 63.27%

R = 23.62%
G = 13.12%
B = 63.27%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#512DD9 (or 0x512DD9) is known color: Purple Heart. HEX triplet: 51, 2D and D9. RGB value is (81,45,217). Sum of RGB (Red+Green+Blue) = 81+45+217=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #512DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DD9 is #AED226. Grayscale: #4A4A4A. Windows color (decimal): -11457063 or 14232913. OLE color: 14232913.

HSL color Cylindrical-coordinate representation of color #512DD9: hue angle of 252.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512DD9 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 45 217 -
CMYK 0.63 0.79 0 0.15
HSL 252.56º 0.69% 0.51% -
HSV(B) 252.56º 0.79% 0.85% -
XYZ 16.86 8.64 66.42 -
YUV 75.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 81 45 217 0.63 0.79 0 0.15 252.56 0.69 0.51
Hex 51 2D D9 3F 4F 0 F FD 45 33
Octal 121 55 331 77 117 0 17 375 105 63
Binary 1010001 101101 11011001 111111 1001111 0 1111 11111101 1000101 110011

Color Harmonies of #512DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DD9

Black with #512DD9

Text Example


Text Example

White with #512DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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