Html Css Color HEX #511DBC Purple Heart

📋 copy color: '#511DBC'

red 81 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #511DBC

Tints of Purple Heart #511DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 27.18%
G = 9.73%
B = 63.09%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#511DBC (or 0x511DBC) is known color: Purple Heart. HEX triplet: 51, 1D and BC. RGB value is (81,29,188). Sum of RGB (Red+Green+Blue) = 81+29+188=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #511DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DBC is #AEE243. Grayscale: #3E3E3E. Windows color (decimal): -11461188 or 12328273. OLE color: 12328273.

HSL color Cylindrical-coordinate representation of color #511DBC: hue angle of 259.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511DBC is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 29 188 -
CMYK 0.57 0.85 0 0.26
HSL 259.62º 0.73% 0.43% -
HSV(B) 259.62º 0.85% 0.74% -
XYZ 12.91 6.26 48.1 -
YUV 62.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 81 29 188 0.57 0.85 0 0.26 259.62 0.73 0.43
Hex 51 1D BC 39 55 0 1A 104 49 2B
Octal 121 35 274 71 125 0 32 404 111 53
Binary 1010001 11101 10111100 111001 1010101 0 11010 100000100 1001001 101011

Color Harmonies of #511DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DBC

Black with #511DBC

Text Example


Text Example

White with #511DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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