Html Css Color HEX #541DBC Purple Heart

📋 copy color: '#541DBC'

red 84 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #541DBC

Tints of Purple Heart #541DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 27.91%
G = 9.63%
B = 62.46%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#541DBC (or 0x541DBC) is known color: Purple Heart. HEX triplet: 54, 1D and BC. RGB value is (84,29,188). Sum of RGB (Red+Green+Blue) = 84+29+188=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #541DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541DBC is #ABE243. Grayscale: #3E3E3E. Windows color (decimal): -11264580 or 12328276. OLE color: 12328276.

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

Color convert

RGB 84 29 188 -
CMYK 0.55 0.85 0 0.26
HSL 260.75º 0.73% 0.43% -
HSV(B) 260.75º 0.85% 0.74% -
XYZ 13.17 6.39 48.12 -
YUV 63.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 84 29 188 0.55 0.85 0 0.26 260.75 0.73 0.43
Hex 54 1D BC 37 55 0 1A 105 49 2B
Octal 124 35 274 67 125 0 32 405 111 53
Binary 1010100 11101 10111100 110111 1010101 0 11010 100000101 1001001 101011

Color Harmonies of #541DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DBC

Black with #541DBC

Text Example


Text Example

White with #541DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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