Html Css Color HEX #511FD5 Purple Heart

📋 copy color: '#511FD5'

red 81 ◦ green 31 ◦ blue 213

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

Shades of Purple Heart #511FD5

Tints of Purple Heart #511FD5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 24.92%
G = 9.54%
B = 65.54%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#511FD5 (or 0x511FD5) is known color: Purple Heart. HEX triplet: 51, 1F and D5. RGB value is (81,31,213). Sum of RGB (Red+Green+Blue) = 81+31+213=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #511FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FD5 is #AEE02A. Grayscale: #424242. Windows color (decimal): -11460651 or 13967185. OLE color: 13967185.

HSL color Cylindrical-coordinate representation of color #511FD5: hue angle of 256.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511FD5 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 31 213 -
CMYK 0.62 0.85 0 0.16
HSL 256.48º 0.75% 0.48% -
HSV(B) 256.48º 0.85% 0.84% -
XYZ 15.89 7.53 63.57 -
YUV 66.7 210.57 138.2 -
System Red Green Blue C M Y K H S L
Decimal 81 31 213 0.62 0.85 0 0.16 256.48 0.75 0.48
Hex 51 1F D5 3E 55 0 10 100 4B 30
Octal 121 37 325 76 125 0 20 400 113 60
Binary 1010001 11111 11010101 111110 1010101 0 10000 100000000 1001011 110000

Color Harmonies of #511FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FD5

Black with #511FD5

Text Example


Text Example

White with #511FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511FD5; }

 p { color: rgb(81,31,213); }

 H1.HeaderClassName
 {
   color: #511FD5;
 }
 .AnyTagClassName
 {
   color: #511FD5;
 }
</style>

background-color css

<style>
 a { background-color: #511FD5; }

 a { background-color: rgb(81,31,213); }

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

border-color css

<style>
 span { border-color: #511FD5; }

 span { border-color: rgb(81,31,213); }

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