Html Css Color HEX #511CBD Purple Heart

📋 copy color: '#511CBD'

red 81 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #511CBD

Tints of Purple Heart #511CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 27.18%
G = 9.4%
B = 63.42%

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

#511CBD (or 0x511CBD) is known color: Purple Heart. HEX triplet: 51, 1C and BD. RGB value is (81,28,189). Sum of RGB (Red+Green+Blue) = 81+28+189=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #511CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CBD is #AEE342. Grayscale: #3D3D3D. Windows color (decimal): -11461443 or 12393553. OLE color: 12393553.

HSL color Cylindrical-coordinate representation of color #511CBD: hue angle of 259.75º degrees, saturation: 0.74, 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 #511CBD is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 28 189 -
CMYK 0.57 0.85 0 0.26
HSL 259.75º 0.74% 0.43% -
HSV(B) 259.75º 0.85% 0.74% -
XYZ 12.99 6.25 48.67 -
YUV 62.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 81 28 189 0.57 0.85 0 0.26 259.75 0.74 0.43
Hex 51 1C BD 39 55 0 1A 104 4A 2B
Octal 121 34 275 71 125 0 32 404 112 53
Binary 1010001 11100 10111101 111001 1010101 0 11010 100000100 1001010 101011

Color Harmonies of #511CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CBD

Black with #511CBD

Text Example


Text Example

White with #511CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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