Html Css Color HEX #5211FA Han Purple

📋 copy color: '#5211FA'

red 82 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #5211FA

Tints of Han Purple #5211FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 23.5%
G = 4.87%
B = 71.63%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5211FA (or 0x5211FA) is known color: Han Purple. HEX triplet: 52, 11 and FA. RGB value is (82,17,250). Sum of RGB (Red+Green+Blue) = 82+17+250=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #5211FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5211FA is #ADEE05. Grayscale: #3E3E3E. Windows color (decimal): -11398662 or 16388434. OLE color: 16388434.

HSL color Cylindrical-coordinate representation of color #5211FA: hue angle of 256.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5211FA is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 17 250 -
CMYK 0.67 0.93 0 0.02
HSL 256.74º 0.96% 0.52% -
HSV(B) 256.74º 0.93% 0.98% -
XYZ 20.94 9.1 91.09 -
YUV 63 233.53 141.55 -
System Red Green Blue C M Y K H S L
Decimal 82 17 250 0.67 0.93 0 0.02 256.74 0.96 0.52
Hex 52 11 FA 43 5D 0 2 101 60 34
Octal 122 21 372 103 135 0 2 401 140 64
Binary 1010010 10001 11111010 1000011 1011101 0 10 100000001 1100000 110100

Color Harmonies of #5211FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5211FA

Black with #5211FA

Text Example


Text Example

White with #5211FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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