Html Css Color HEX #511BBE Purple Heart

📋 copy color: '#511BBE'

red 81 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #511BBE

Tints of Purple Heart #511BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 27.18%
G = 9.06%
B = 63.76%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#511BBE (or 0x511BBE) is known color: Purple Heart. HEX triplet: 51, 1B and BE. RGB value is (81,27,190). Sum of RGB (Red+Green+Blue) = 81+27+190=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #511BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BBE is #AEE441. Grayscale: #3D3D3D. Windows color (decimal): -11461698 or 12458833. OLE color: 12458833.

HSL color Cylindrical-coordinate representation of color #511BBE: hue angle of 259.88º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511BBE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 27 190 -
CMYK 0.57 0.86 0 0.25
HSL 259.88º 0.75% 0.43% -
HSV(B) 259.88º 0.86% 0.75% -
XYZ 13.08 6.25 49.23 -
YUV 61.73 200.39 141.75 -
System Red Green Blue C M Y K H S L
Decimal 81 27 190 0.57 0.86 0 0.25 259.88 0.75 0.43
Hex 51 1B BE 39 56 0 19 104 4B 2B
Octal 121 33 276 71 126 0 31 404 113 53
Binary 1010001 11011 10111110 111001 1010110 0 11001 100000100 1001011 101011

Color Harmonies of #511BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BBE

Black with #511BBE

Text Example


Text Example

White with #511BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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