Html Css Color HEX #541DAF Purple Heart

📋 copy color: '#541DAF'

red 84 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #541DAF

Tints of Purple Heart #541DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 29.17%
G = 10.07%
B = 60.76%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#541DAF (or 0x541DAF) is known color: Purple Heart. HEX triplet: 54, 1D and AF. RGB value is (84,29,175). Sum of RGB (Red+Green+Blue) = 84+29+175=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #541DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541DAF is #ABE250. Grayscale: #3D3D3D. Windows color (decimal): -11264593 or 11476308. OLE color: 11476308.

HSL color Cylindrical-coordinate representation of color #541DAF: hue angle of 262.6º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541DAF is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 29 175 -
CMYK 0.52 0.83 0 0.31
HSL 262.6º 0.72% 0.4% -
HSV(B) 262.6º 0.83% 0.69% -
XYZ 11.83 5.86 41.06 -
YUV 62.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 84 29 175 0.52 0.83 0 0.31 262.6 0.72 0.4
Hex 54 1D AF 34 53 0 1F 107 48 28
Octal 124 35 257 64 123 0 37 407 110 50
Binary 1010100 11101 10101111 110100 1010011 0 11111 100000111 1001000 101000

Color Harmonies of #541DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DAF

Black with #541DAF

Text Example


Text Example

White with #541DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,29,175); }

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

background-color css

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

 a { background-color: rgb(84,29,175); }

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

border-color css

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

 span { border-color: rgb(84,29,175); }

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