Html Css Color HEX #511AC5 Purple Heart

📋 copy color: '#511AC5'

red 81 ◦ green 26 ◦ blue 197

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

Shades of Purple Heart #511AC5

Tints of Purple Heart #511AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 64.8%

R = 26.64%
G = 8.55%
B = 64.8%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#511AC5 (or 0x511AC5) is known color: Purple Heart. HEX triplet: 51, 1A and C5. RGB value is (81,26,197). Sum of RGB (Red+Green+Blue) = 81+26+197=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #511AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511AC5 is #AEE53A. Grayscale: #3D3D3D. Windows color (decimal): -11461947 or 12917329. OLE color: 12917329.

HSL color Cylindrical-coordinate representation of color #511AC5: hue angle of 259.3º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511AC5 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 26 197 -
CMYK 0.59 0.87 0 0.23
HSL 259.3º 0.77% 0.44% -
HSV(B) 259.3º 0.87% 0.77% -
XYZ 13.84 6.52 53.35 -
YUV 61.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 81 26 197 0.59 0.87 0 0.23 259.3 0.77 0.44
Hex 51 1A C5 3B 57 0 17 103 4D 2C
Octal 121 32 305 73 127 0 27 403 115 54
Binary 1010001 11010 11000101 111011 1010111 0 10111 100000011 1001101 101100

Color Harmonies of #511AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511AC5

Black with #511AC5

Text Example


Text Example

White with #511AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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