Html Css Color HEX #541ADB Han Purple

📋 copy color: '#541ADB'

red 84 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #541ADB

Tints of Han Purple #541ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 25.53%
G = 7.9%
B = 66.57%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#541ADB (or 0x541ADB) is known color: Han Purple. HEX triplet: 54, 1A and DB. RGB value is (84,26,219). Sum of RGB (Red+Green+Blue) = 84+26+219=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #541ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ADB is #ABE524. Grayscale: #404040. Windows color (decimal): -11265317 or 14359124. OLE color: 14359124.

HSL color Cylindrical-coordinate representation of color #541ADB: hue angle of 258.03º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541ADB is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 26 219 -
CMYK 0.62 0.88 0 0.14
HSL 258.03º 0.79% 0.48% -
HSV(B) 258.03º 0.88% 0.86% -
XYZ 16.81 7.74 67.63 -
YUV 65.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 84 26 219 0.62 0.88 0 0.14 258.03 0.79 0.48
Hex 54 1A DB 3E 58 0 E 102 4F 30
Octal 124 32 333 76 130 0 16 402 117 60
Binary 1010100 11010 11011011 111110 1011000 0 1110 100000010 1001111 110000

Color Harmonies of #541ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ADB

Black with #541ADB

Text Example


Text Example

White with #541ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,219); }

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

background-color css

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

 a { background-color: rgb(84,26,219); }

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

border-color css

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

 span { border-color: rgb(84,26,219); }

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