Html Css Color HEX #511FA4 Purple Heart

📋 copy color: '#511FA4'

red 81 ◦ green 31 ◦ blue 164

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

Shades of Purple Heart #511FA4

Tints of Purple Heart #511FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 164 (64.45% from 255) = 59.42%

R = 29.35%
G = 11.23%
B = 59.42%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#511FA4 (or 0x511FA4) is known color: Purple Heart. HEX triplet: 51, 1F and A4. RGB value is (81,31,164). Sum of RGB (Red+Green+Blue) = 81+31+164=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #511FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511FA4 is #AEE05B. Grayscale: #3C3C3C. Windows color (decimal): -11460700 or 10755921. OLE color: 10755921.

HSL color Cylindrical-coordinate representation of color #511FA4: hue angle of 262.56º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511FA4 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 31 164 -
CMYK 0.51 0.81 0 0.36
HSL 262.56º 0.68% 0.38% -
HSV(B) 262.56º 0.81% 0.64% -
XYZ 10.58 5.41 35.61 -
YUV 61.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 81 31 164 0.51 0.81 0 0.36 262.56 0.68 0.38
Hex 51 1F A4 33 51 0 24 107 44 26
Octal 121 37 244 63 121 0 44 407 104 46
Binary 1010001 11111 10100100 110011 1010001 0 100100 100000111 1000100 100110

Color Harmonies of #511FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FA4

Black with #511FA4

Text Example


Text Example

White with #511FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,164); }

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

background-color css

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

 a { background-color: rgb(81,31,164); }

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

border-color css

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

 span { border-color: rgb(81,31,164); }

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