Html Css Color HEX #541BA5 Purple Heart

📋 copy color: '#541BA5'

red 84 ◦ green 27 ◦ blue 165

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

Shades of Purple Heart #541BA5

Tints of Purple Heart #541BA5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 165 (64.84% from 255) = 59.78%

R = 30.43%
G = 9.78%
B = 59.78%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#541BA5 (or 0x541BA5) is known color: Purple Heart. HEX triplet: 54, 1B and A5. RGB value is (84,27,165). Sum of RGB (Red+Green+Blue) = 84+27+165=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #541BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541BA5 is #ABE45A. Grayscale: #3B3B3B. Windows color (decimal): -11265115 or 10820436. OLE color: 10820436.

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

Color convert

RGB 84 27 165 -
CMYK 0.49 0.84 0 0.35
HSL 264.78º 0.72% 0.38% -
HSV(B) 264.78º 0.84% 0.65% -
XYZ 10.84 5.39 36.07 -
YUV 59.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 84 27 165 0.49 0.84 0 0.35 264.78 0.72 0.38
Hex 54 1B A5 31 54 0 23 109 48 26
Octal 124 33 245 61 124 0 43 411 110 46
Binary 1010100 11011 10100101 110001 1010100 0 100011 100001001 1001000 100110

Color Harmonies of #541BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541BA5

Black with #541BA5

Text Example


Text Example

White with #541BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,27,165); }

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

background-color css

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

 a { background-color: rgb(84,27,165); }

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

border-color css

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

 span { border-color: rgb(84,27,165); }

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