Html Css Color HEX #541FAB Purple Heart

📋 copy color: '#541FAB'

red 84 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #541FAB

Tints of Purple Heart #541FAB

RGB

 RED value IS 84 (33.2% from 255) = 29.37%

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 29.37%
G = 10.84%
B = 59.79%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#541FAB (or 0x541FAB) is known color: Purple Heart. HEX triplet: 54, 1F and AB. RGB value is (84,31,171). Sum of RGB (Red+Green+Blue) = 84+31+171=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #541FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541FAB is #ABE054. Grayscale: #3E3E3E. Windows color (decimal): -11264085 or 11214676. OLE color: 11214676.

HSL color Cylindrical-coordinate representation of color #541FAB: hue angle of 262.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541FAB is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 31 171 -
CMYK 0.51 0.82 0 0.33
HSL 262.71º 0.69% 0.4% -
HSV(B) 262.71º 0.82% 0.67% -
XYZ 11.5 5.81 39.04 -
YUV 62.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 84 31 171 0.51 0.82 0 0.33 262.71 0.69 0.4
Hex 54 1F AB 33 52 0 21 107 45 28
Octal 124 37 253 63 122 0 41 407 105 50
Binary 1010100 11111 10101011 110011 1010010 0 100001 100000111 1000101 101000

Color Harmonies of #541FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541FAB

Black with #541FAB

Text Example


Text Example

White with #541FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541FAB; }

 p { color: rgb(84,31,171); }

 H1.HeaderClassName
 {
   color: #541FAB;
 }
 .AnyTagClassName
 {
   color: #541FAB;
 }
</style>

background-color css

<style>
 a { background-color: #541FAB; }

 a { background-color: rgb(84,31,171); }

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

border-color css

<style>
 span { border-color: #541FAB; }

 span { border-color: rgb(84,31,171); }

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