Html Css Color HEX #542DF9 Han Purple

📋 copy color: '#542DF9'

red 84 ◦ green 45 ◦ blue 249

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

Shades of Han Purple #542DF9

Tints of Han Purple #542DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

 BLUE value IS 249 (97.66% from 255) = 65.87%

R = 22.22%
G = 11.9%
B = 65.87%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#542DF9 (or 0x542DF9) is known color: Han Purple. HEX triplet: 54, 2D and F9. RGB value is (84,45,249). Sum of RGB (Red+Green+Blue) = 84+45+249=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #542DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DF9 is #ABD206. Grayscale: #4F4F4F. Windows color (decimal): -11260423 or 16330068. OLE color: 16330068.

HSL color Cylindrical-coordinate representation of color #542DF9: hue angle of 251.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542DF9 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 45 249 -
CMYK 0.66 0.82 0 0.02
HSL 251.47º 0.94% 0.58% -
HSV(B) 251.47º 0.82% 0.98% -
XYZ 21.69 10.6 90.53 -
YUV 79.92 223.42 130.91 -
System Red Green Blue C M Y K H S L
Decimal 84 45 249 0.66 0.82 0 0.02 251.47 0.94 0.58
Hex 54 2D F9 42 52 0 2 FB 5E 3A
Octal 124 55 371 102 122 0 2 373 136 72
Binary 1010100 101101 11111001 1000010 1010010 0 10 11111011 1011110 111010

Color Harmonies of #542DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DF9

Black with #542DF9

Text Example


Text Example

White with #542DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542DF9; }

 p { color: rgb(84,45,249); }

 H1.HeaderClassName
 {
   color: #542DF9;
 }
 .AnyTagClassName
 {
   color: #542DF9;
 }
</style>

background-color css

<style>
 a { background-color: #542DF9; }

 a { background-color: rgb(84,45,249); }

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

border-color css

<style>
 span { border-color: #542DF9; }

 span { border-color: rgb(84,45,249); }

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