Html Css Color HEX #541CC9 Purple Heart

📋 copy color: '#541CC9'

red 84 ◦ green 28 ◦ blue 201

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

Shades of Purple Heart #541CC9

Tints of Purple Heart #541CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.22%

R = 26.84%
G = 8.95%
B = 64.22%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#541CC9 (or 0x541CC9) is known color: Purple Heart. HEX triplet: 54, 1C and C9. RGB value is (84,28,201). Sum of RGB (Red+Green+Blue) = 84+28+201=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #541CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CC9 is #ABE336. Grayscale: #3F3F3F. Windows color (decimal): -11264823 or 13179988. OLE color: 13179988.

HSL color Cylindrical-coordinate representation of color #541CC9: hue angle of 259.42º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541CC9 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 28 201 -
CMYK 0.58 0.86 0 0.21
HSL 259.42º 0.76% 0.45% -
HSV(B) 259.42º 0.86% 0.79% -
XYZ 14.61 6.93 55.83 -
YUV 64.47 205.05 141.93 -
System Red Green Blue C M Y K H S L
Decimal 84 28 201 0.58 0.86 0 0.21 259.42 0.76 0.45
Hex 54 1C C9 3A 56 0 15 103 4C 2D
Octal 124 34 311 72 126 0 25 403 114 55
Binary 1010100 11100 11001001 111010 1010110 0 10101 100000011 1001100 101101

Color Harmonies of #541CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CC9

Black with #541CC9

Text Example


Text Example

White with #541CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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