Html Css Color HEX #5211F1 Han Purple

📋 copy color: '#5211F1'

red 82 ◦ green 17 ◦ blue 241

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

Shades of Han Purple #5211F1

Tints of Han Purple #5211F1

RGB

 RED value IS 82 (32.42% from 255) = 24.12%

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 241 (94.53% from 255) = 70.88%

R = 24.12%
G = 5%
B = 70.88%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5211F1 (or 0x5211F1) is known color: Han Purple. HEX triplet: 52, 11 and F1. RGB value is (82,17,241). Sum of RGB (Red+Green+Blue) = 82+17+241=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #5211F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5211F1 is #ADEE0E. Grayscale: #3D3D3D. Windows color (decimal): -11398671 or 15798610. OLE color: 15798610.

HSL color Cylindrical-coordinate representation of color #5211F1: hue angle of 257.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5211F1 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 17 241 -
CMYK 0.66 0.93 0 0.05
HSL 257.41º 0.89% 0.51% -
HSV(B) 257.41º 0.93% 0.95% -
XYZ 19.56 8.55 83.84 -
YUV 61.97 229.03 142.29 -
System Red Green Blue C M Y K H S L
Decimal 82 17 241 0.66 0.93 0 0.05 257.41 0.89 0.51
Hex 52 11 F1 42 5D 0 5 101 59 33
Octal 122 21 361 102 135 0 5 401 131 63
Binary 1010010 10001 11110001 1000010 1011101 0 101 100000001 1011001 110011

Color Harmonies of #5211F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5211F1

Black with #5211F1

Text Example


Text Example

White with #5211F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5211F1; }

 p { color: rgb(82,17,241); }

 H1.HeaderClassName
 {
   color: #5211F1;
 }
 .AnyTagClassName
 {
   color: #5211F1;
 }
</style>

background-color css

<style>
 a { background-color: #5211F1; }

 a { background-color: rgb(82,17,241); }

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

border-color css

<style>
 span { border-color: #5211F1; }

 span { border-color: rgb(82,17,241); }

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