Html Css Color HEX #541CEB Han Purple

📋 copy color: '#541CEB'

red 84 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #541CEB

Tints of Han Purple #541CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 24.21%
G = 8.07%
B = 67.72%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#541CEB (or 0x541CEB) is known color: Han Purple. HEX triplet: 54, 1C and EB. RGB value is (84,28,235). Sum of RGB (Red+Green+Blue) = 84+28+235=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #541CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CEB is #ABE314. Grayscale: #434343. Windows color (decimal): -11264789 or 15408212. OLE color: 15408212.

HSL color Cylindrical-coordinate representation of color #541CEB: hue angle of 256.23º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541CEB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 28 235 -
CMYK 0.64 0.88 0 0.08
HSL 256.23º 0.84% 0.52% -
HSV(B) 256.23º 0.88% 0.92% -
XYZ 19.07 8.71 79.27 -
YUV 68.34 222.05 139.17 -
System Red Green Blue C M Y K H S L
Decimal 84 28 235 0.64 0.88 0 0.08 256.23 0.84 0.52
Hex 54 1C EB 40 58 0 8 100 54 34
Octal 124 34 353 100 130 0 10 400 124 64
Binary 1010100 11100 11101011 1000000 1011000 0 1000 100000000 1010100 110100

Color Harmonies of #541CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CEB

Black with #541CEB

Text Example


Text Example

White with #541CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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