Html Css Color HEX #541DCE Purple Heart

📋 copy color: '#541DCE'

red 84 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #541DCE

Tints of Purple Heart #541DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 26.33%
G = 9.09%
B = 64.58%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#541DCE (or 0x541DCE) is known color: Purple Heart. HEX triplet: 54, 1D and CE. RGB value is (84,29,206). Sum of RGB (Red+Green+Blue) = 84+29+206=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #541DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541DCE is #ABE231. Grayscale: #404040. Windows color (decimal): -11264562 or 13507924. OLE color: 13507924.

HSL color Cylindrical-coordinate representation of color #541DCE: hue angle of 258.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541DCE is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 29 206 -
CMYK 0.59 0.86 0 0.19
HSL 258.64º 0.75% 0.46% -
HSV(B) 258.64º 0.86% 0.81% -
XYZ 15.24 7.22 58.98 -
YUV 65.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 84 29 206 0.59 0.86 0 0.19 258.64 0.75 0.46
Hex 54 1D CE 3B 56 0 13 103 4B 2E
Octal 124 35 316 73 126 0 23 403 113 56
Binary 1010100 11101 11001110 111011 1010110 0 10011 100000011 1001011 101110

Color Harmonies of #541DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DCE

Black with #541DCE

Text Example


Text Example

White with #541DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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