Html Css Color HEX #511CBA Purple Heart

📋 copy color: '#511CBA'

red 81 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #511CBA

Tints of Purple Heart #511CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 27.46%
G = 9.49%
B = 63.05%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#511CBA (or 0x511CBA) is known color: Purple Heart. HEX triplet: 51, 1C and BA. RGB value is (81,28,186). Sum of RGB (Red+Green+Blue) = 81+28+186=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #511CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CBA is #AEE345. Grayscale: #3D3D3D. Windows color (decimal): -11461446 or 12196945. OLE color: 12196945.

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

Color convert

RGB 81 28 186 -
CMYK 0.56 0.85 0 0.27
HSL 260.13º 0.74% 0.42% -
HSV(B) 260.13º 0.85% 0.73% -
XYZ 12.67 6.13 46.97 -
YUV 61.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 81 28 186 0.56 0.85 0 0.27 260.13 0.74 0.42
Hex 51 1C BA 38 55 0 1B 104 4A 2A
Octal 121 34 272 70 125 0 33 404 112 52
Binary 1010001 11100 10111010 111000 1010101 0 11011 100000100 1001010 101010

Color Harmonies of #511CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CBA

Black with #511CBA

Text Example


Text Example

White with #511CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,186); }

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

background-color css

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

 a { background-color: rgb(81,28,186); }

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

border-color css

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

 span { border-color: rgb(81,28,186); }

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