Html Css Color HEX #511DA9 Purple Heart

📋 copy color: '#511DA9'

red 81 ◦ green 29 ◦ blue 169

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

Shades of Purple Heart #511DA9

Tints of Purple Heart #511DA9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

 BLUE value IS 169 (66.41% from 255) = 60.57%

R = 29.03%
G = 10.39%
B = 60.57%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#511DA9 (or 0x511DA9) is known color: Purple Heart. HEX triplet: 51, 1D and A9. RGB value is (81,29,169). Sum of RGB (Red+Green+Blue) = 81+29+169=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #511DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511DA9 is #AEE256. Grayscale: #3C3C3C. Windows color (decimal): -11461207 or 11083089. OLE color: 11083089.

HSL color Cylindrical-coordinate representation of color #511DA9: hue angle of 262.29º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511DA9 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 81 29 169 -
CMYK 0.52 0.83 0 0.34
HSL 262.29º 0.71% 0.39% -
HSV(B) 262.29º 0.83% 0.66% -
XYZ 10.99 5.49 38.02 -
YUV 60.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 81 29 169 0.52 0.83 0 0.34 262.29 0.71 0.39
Hex 51 1D A9 34 53 0 22 106 47 27
Octal 121 35 251 64 123 0 42 406 107 47
Binary 1010001 11101 10101001 110100 1010011 0 100010 100000110 1000111 100111

Color Harmonies of #511DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DA9

Black with #511DA9

Text Example


Text Example

White with #511DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,29,169); }

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

background-color css

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

 a { background-color: rgb(81,29,169); }

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

border-color css

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

 span { border-color: rgb(81,29,169); }

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