Html Css Color HEX #511FD2 Purple Heart

📋 copy color: '#511FD2'

red 81 ◦ green 31 ◦ blue 210

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

Shades of Purple Heart #511FD2

Tints of Purple Heart #511FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 65.22%

R = 25.16%
G = 9.63%
B = 65.22%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#511FD2 (or 0x511FD2) is known color: Purple Heart. HEX triplet: 51, 1F and D2. RGB value is (81,31,210). Sum of RGB (Red+Green+Blue) = 81+31+210=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #511FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FD2 is #AEE02D. Grayscale: #414141. Windows color (decimal): -11460654 or 13770577. OLE color: 13770577.

HSL color Cylindrical-coordinate representation of color #511FD2: hue angle of 256.76º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511FD2 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 31 210 -
CMYK 0.61 0.85 0 0.18
HSL 256.76º 0.74% 0.47% -
HSV(B) 256.76º 0.85% 0.82% -
XYZ 15.52 7.38 61.58 -
YUV 66.36 209.07 138.45 -
System Red Green Blue C M Y K H S L
Decimal 81 31 210 0.61 0.85 0 0.18 256.76 0.74 0.47
Hex 51 1F D2 3D 55 0 12 101 4A 2F
Octal 121 37 322 75 125 0 22 401 112 57
Binary 1010001 11111 11010010 111101 1010101 0 10010 100000001 1001010 101111

Color Harmonies of #511FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FD2

Black with #511FD2

Text Example


Text Example

White with #511FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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