Html Css Color HEX #541AD7 Purple Heart

📋 copy color: '#541AD7'

red 84 ◦ green 26 ◦ blue 215

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

Shades of Purple Heart #541AD7

Tints of Purple Heart #541AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.15%

R = 25.85%
G = 8%
B = 66.15%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#541AD7 (or 0x541AD7) is known color: Purple Heart. HEX triplet: 54, 1A and D7. RGB value is (84,26,215). Sum of RGB (Red+Green+Blue) = 84+26+215=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #541AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AD7 is #ABE528. Grayscale: #404040. Windows color (decimal): -11265321 or 14096980. OLE color: 14096980.

HSL color Cylindrical-coordinate representation of color #541AD7: hue angle of 258.41º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541AD7 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 26 215 -
CMYK 0.61 0.88 0 0.16
HSL 258.41º 0.78% 0.47% -
HSV(B) 258.41º 0.88% 0.84% -
XYZ 16.29 7.53 64.88 -
YUV 64.89 212.72 141.63 -
System Red Green Blue C M Y K H S L
Decimal 84 26 215 0.61 0.88 0 0.16 258.41 0.78 0.47
Hex 54 1A D7 3D 58 0 10 102 4E 2F
Octal 124 32 327 75 130 0 20 402 116 57
Binary 1010100 11010 11010111 111101 1011000 0 10000 100000010 1001110 101111

Color Harmonies of #541AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541AD7

Black with #541AD7

Text Example


Text Example

White with #541AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,215); }

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

background-color css

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

 a { background-color: rgb(84,26,215); }

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

border-color css

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

 span { border-color: rgb(84,26,215); }

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