Html Css Color HEX #511AD4 Purple Heart

📋 copy color: '#511AD4'

red 81 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #511AD4

Tints of Purple Heart #511AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 212 (83.2% from 255) = 66.46%

R = 25.39%
G = 8.15%
B = 66.46%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#511AD4 (or 0x511AD4) is known color: Purple Heart. HEX triplet: 51, 1A and D4. RGB value is (81,26,212). Sum of RGB (Red+Green+Blue) = 81+26+212=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 212 (83.20% from 255 or 66.46% from 319); Max value from RGB is 212 - color contains mainly: blue. Hex color #511AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511AD4 is #AEE52B. Grayscale: #3E3E3E. Windows color (decimal): -11461932 or 13900369. OLE color: 13900369.

HSL color Cylindrical-coordinate representation of color #511AD4: hue angle of 257.74º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511AD4 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 26 212 -
CMYK 0.62 0.88 0 0.17
HSL 257.74º 0.78% 0.47% -
HSV(B) 257.74º 0.88% 0.83% -
XYZ 15.65 7.24 62.86 -
YUV 63.65 211.72 140.38 -
System Red Green Blue C M Y K H S L
Decimal 81 26 212 0.62 0.88 0 0.17 257.74 0.78 0.47
Hex 51 1A D4 3E 58 0 11 102 4E 2F
Octal 121 32 324 76 130 0 21 402 116 57
Binary 1010001 11010 11010100 111110 1011000 0 10001 100000010 1001110 101111

Color Harmonies of #511AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AD4

Black with #511AD4

Text Example


Text Example

White with #511AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,26,212); }

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

background-color css

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

 a { background-color: rgb(81,26,212); }

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

border-color css

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

 span { border-color: rgb(81,26,212); }

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