Html Css Color HEX #541CBE Purple Heart

📋 copy color: '#541CBE'

red 84 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #541CBE

Tints of Purple Heart #541CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 27.81%
G = 9.27%
B = 62.91%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#541CBE (or 0x541CBE) is known color: Purple Heart. HEX triplet: 54, 1C and BE. RGB value is (84,28,190). Sum of RGB (Red+Green+Blue) = 84+28+190=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #541CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CBE is #ABE341. Grayscale: #3E3E3E. Windows color (decimal): -11264834 or 12459092. OLE color: 12459092.

HSL color Cylindrical-coordinate representation of color #541CBE: hue angle of 260.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541CBE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 28 190 -
CMYK 0.56 0.85 0 0.25
HSL 260.74º 0.74% 0.43% -
HSV(B) 260.74º 0.85% 0.75% -
XYZ 13.37 6.43 49.25 -
YUV 63.21 199.55 142.83 -
System Red Green Blue C M Y K H S L
Decimal 84 28 190 0.56 0.85 0 0.25 260.74 0.74 0.43
Hex 54 1C BE 38 55 0 19 105 4A 2B
Octal 124 34 276 70 125 0 31 405 112 53
Binary 1010100 11100 10111110 111000 1010101 0 11001 100000101 1001010 101011

Color Harmonies of #541CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CBE

Black with #541CBE

Text Example


Text Example

White with #541CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,28,190); }

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

background-color css

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

 a { background-color: rgb(84,28,190); }

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

border-color css

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

 span { border-color: rgb(84,28,190); }

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