Html Css Color HEX #512ED9 Purple Heart

📋 copy color: '#512ED9'

red 81 ◦ green 46 ◦ blue 217

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

Shades of Purple Heart #512ED9

Tints of Purple Heart #512ED9

RGB

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

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

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

R = 23.55%
G = 13.37%
B = 63.08%

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

#512ED9 (or 0x512ED9) is known color: Purple Heart. HEX triplet: 51, 2E and D9. RGB value is (81,46,217). Sum of RGB (Red+Green+Blue) = 81+46+217=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #512ED9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ED9 is #AED126. Grayscale: #4B4B4B. Windows color (decimal): -11456807 or 14233169. OLE color: 14233169.

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

Color convert

RGB 81 46 217 -
CMYK 0.63 0.79 0 0.15
HSL 252.28º 0.69% 0.52% -
HSV(B) 252.28º 0.79% 0.85% -
XYZ 16.89 8.71 66.44 -
YUV 75.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 81 46 217 0.63 0.79 0 0.15 252.28 0.69 0.52
Hex 51 2E D9 3F 4F 0 F FC 45 34
Octal 121 56 331 77 117 0 17 374 105 64
Binary 1010001 101110 11011001 111111 1001111 0 1111 11111100 1000101 110100

Color Harmonies of #512ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ED9

Black with #512ED9

Text Example


Text Example

White with #512ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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