Html Css Color HEX #541EC1 Purple Heart

📋 copy color: '#541EC1'

red 84 ◦ green 30 ◦ blue 193

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

Shades of Purple Heart #541EC1

Tints of Purple Heart #541EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 193 (75.78% from 255) = 62.87%

R = 27.36%
G = 9.77%
B = 62.87%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#541EC1 (or 0x541EC1) is known color: Purple Heart. HEX triplet: 54, 1E and C1. RGB value is (84,30,193). Sum of RGB (Red+Green+Blue) = 84+30+193=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #541EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EC1 is #ABE13E. Grayscale: #404040. Windows color (decimal): -11264319 or 12656212. OLE color: 12656212.

HSL color Cylindrical-coordinate representation of color #541EC1: hue angle of 259.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541EC1 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 30 193 -
CMYK 0.56 0.84 0 0.24
HSL 259.88º 0.73% 0.44% -
HSV(B) 259.88º 0.84% 0.76% -
XYZ 13.75 6.66 51.01 -
YUV 64.73 200.39 141.75 -
System Red Green Blue C M Y K H S L
Decimal 84 30 193 0.56 0.84 0 0.24 259.88 0.73 0.44
Hex 54 1E C1 38 54 0 18 104 49 2C
Octal 124 36 301 70 124 0 30 404 111 54
Binary 1010100 11110 11000001 111000 1010100 0 11000 100000100 1001001 101100

Color Harmonies of #541EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EC1

Black with #541EC1

Text Example


Text Example

White with #541EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,30,193); }

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

background-color css

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

 a { background-color: rgb(84,30,193); }

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

border-color css

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

 span { border-color: rgb(84,30,193); }

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