Html Css Color HEX #541DCB Purple Heart

📋 copy color: '#541DCB'

red 84 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #541DCB

Tints of Purple Heart #541DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 26.58%
G = 9.18%
B = 64.24%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#541DCB (or 0x541DCB) is known color: Purple Heart. HEX triplet: 54, 1D and CB. RGB value is (84,29,203). Sum of RGB (Red+Green+Blue) = 84+29+203=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #541DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541DCB is #ABE234. Grayscale: #404040. Windows color (decimal): -11264565 or 13311316. OLE color: 13311316.

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

Color convert

RGB 84 29 203 -
CMYK 0.59 0.86 0 0.20
HSL 258.97º 0.75% 0.45% -
HSV(B) 258.97º 0.86% 0.8% -
XYZ 14.88 7.08 57.08 -
YUV 65.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 84 29 203 0.59 0.86 0 0.20 258.97 0.75 0.45
Hex 54 1D CB 3B 56 0 14 103 4B 2D
Octal 124 35 313 73 126 0 24 403 113 55
Binary 1010100 11101 11001011 111011 1010110 0 10100 100000011 1001011 101101

Color Harmonies of #541DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DCB

Black with #541DCB

Text Example


Text Example

White with #541DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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