Html Css Color HEX #512FD9 Purple Heart

📋 copy color: '#512FD9'

red 81 ◦ green 47 ◦ blue 217

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

Shades of Purple Heart #512FD9

Tints of Purple Heart #512FD9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

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

R = 23.48%
G = 13.62%
B = 62.9%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#512FD9 (or 0x512FD9) is known color: Purple Heart. HEX triplet: 51, 2F and D9. RGB value is (81,47,217). Sum of RGB (Red+Green+Blue) = 81+47+217=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #512FD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FD9 is #AED026. Grayscale: #4B4B4B. Windows color (decimal): -11456551 or 14233425. OLE color: 14233425.

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

Color convert

RGB 81 47 217 -
CMYK 0.63 0.78 0 0.15
HSL 252º 0.69% 0.52% -
HSV(B) 252º 0.78% 0.85% -
XYZ 16.93 8.79 66.45 -
YUV 76.55 207.26 131.18 -
System Red Green Blue C M Y K H S L
Decimal 81 47 217 0.63 0.78 0 0.15 252 0.69 0.52
Hex 51 2F D9 3F 4E 0 F FC 45 34
Octal 121 57 331 77 116 0 17 374 105 64
Binary 1010001 101111 11011001 111111 1001110 0 1111 11111100 1000101 110100

Color Harmonies of #512FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FD9

Black with #512FD9

Text Example


Text Example

White with #512FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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