Html Css Color HEX #511ABB Purple Heart

📋 copy color: '#511ABB'

red 81 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #511ABB

Tints of Purple Heart #511ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.61%

R = 27.55%
G = 8.84%
B = 63.61%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#511ABB (or 0x511ABB) is known color: Purple Heart. HEX triplet: 51, 1A and BB. RGB value is (81,26,187). Sum of RGB (Red+Green+Blue) = 81+26+187=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #511ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ABB is #AEE544. Grayscale: #3C3C3C. Windows color (decimal): -11461957 or 12261969. OLE color: 12261969.

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

Color convert

RGB 81 26 187 -
CMYK 0.57 0.86 0 0.27
HSL 260.5º 0.76% 0.42% -
HSV(B) 260.5º 0.86% 0.73% -
XYZ 12.73 6.08 47.52 -
YUV 60.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 81 26 187 0.57 0.86 0 0.27 260.5 0.76 0.42
Hex 51 1A BB 39 56 0 1B 104 4C 2A
Octal 121 32 273 71 126 0 33 404 114 52
Binary 1010001 11010 10111011 111001 1010110 0 11011 100000100 1001100 101010

Color Harmonies of #511ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ABB

Black with #511ABB

Text Example


Text Example

White with #511ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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