Html Css Color HEX #541ABC Purple Heart

📋 copy color: '#541ABC'

red 84 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #541ABC

Tints of Purple Heart #541ABC

RGB

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

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

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

R = 28.19%
G = 8.72%
B = 63.09%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#541ABC (or 0x541ABC) is known color: Purple Heart. HEX triplet: 54, 1A and BC. RGB value is (84,26,188). Sum of RGB (Red+Green+Blue) = 84+26+188=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #541ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ABC is #ABE543. Grayscale: #3D3D3D. Windows color (decimal): -11265348 or 12327508. OLE color: 12327508.

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

Color convert

RGB 84 26 188 -
CMYK 0.55 0.86 0 0.26
HSL 261.48º 0.76% 0.42% -
HSV(B) 261.48º 0.86% 0.74% -
XYZ 13.1 6.25 48.09 -
YUV 61.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 84 26 188 0.55 0.86 0 0.26 261.48 0.76 0.42
Hex 54 1A BC 37 56 0 1A 105 4C 2A
Octal 124 32 274 67 126 0 32 405 114 52
Binary 1010100 11010 10111100 110111 1010110 0 11010 100000101 1001100 101010

Color Harmonies of #541ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ABC

Black with #541ABC

Text Example


Text Example

White with #541ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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