Html Css Color HEX #541DA7 Purple Heart

📋 copy color: '#541DA7'

red 84 ◦ green 29 ◦ blue 167

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

Shades of Purple Heart #541DA7

Tints of Purple Heart #541DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.64%

R = 30%
G = 10.36%
B = 59.64%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#541DA7 (or 0x541DA7) is known color: Purple Heart. HEX triplet: 54, 1D and A7. RGB value is (84,29,167). Sum of RGB (Red+Green+Blue) = 84+29+167=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 167 (65.62% from 255 or 59.64% from 280); Max value from RGB is 167 - color contains mainly: blue. Hex color #541DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541DA7 is #ABE258. Grayscale: #3C3C3C. Windows color (decimal): -11264601 or 10952020. OLE color: 10952020.

HSL color Cylindrical-coordinate representation of color #541DA7: hue angle of 263.91º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541DA7 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 29 167 -
CMYK 0.50 0.83 0 0.35
HSL 263.91º 0.7% 0.38% -
HSV(B) 263.91º 0.83% 0.65% -
XYZ 11.07 5.55 37.05 -
YUV 61.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 84 29 167 0.50 0.83 0 0.35 263.91 0.7 0.38
Hex 54 1D A7 32 53 0 23 108 46 26
Octal 124 35 247 62 123 0 43 410 106 46
Binary 1010100 11101 10100111 110010 1010011 0 100011 100001000 1000110 100110

Color Harmonies of #541DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DA7

Black with #541DA7

Text Example


Text Example

White with #541DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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