Html Css Color HEX #511BBB Purple Heart

📋 copy color: '#511BBB'

red 81 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #511BBB

Tints of Purple Heart #511BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

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

R = 27.46%
G = 9.15%
B = 63.39%

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

#511BBB (or 0x511BBB) is known color: Purple Heart. HEX triplet: 51, 1B and BB. RGB value is (81,27,187). Sum of RGB (Red+Green+Blue) = 81+27+187=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #511BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BBB is #AEE444. Grayscale: #3C3C3C. Windows color (decimal): -11461701 or 12262225. OLE color: 12262225.

HSL color Cylindrical-coordinate representation of color #511BBB: hue angle of 260.25º degrees, saturation: 0.75, 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 #511BBB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 27 187 -
CMYK 0.57 0.86 0 0.27
HSL 260.25º 0.75% 0.42% -
HSV(B) 260.25º 0.86% 0.73% -
XYZ 12.75 6.12 47.52 -
YUV 61.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 81 27 187 0.57 0.86 0 0.27 260.25 0.75 0.42
Hex 51 1B BB 39 56 0 1B 104 4B 2A
Octal 121 33 273 71 126 0 33 404 113 52
Binary 1010001 11011 10111011 111001 1010110 0 11011 100000100 1001011 101010

Color Harmonies of #511BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BBB

Black with #511BBB

Text Example


Text Example

White with #511BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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