Html Css Color HEX #5221FA Han Purple

📋 copy color: '#5221FA'

red 82 ◦ green 33 ◦ blue 250

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

Shades of Han Purple #5221FA

Tints of Han Purple #5221FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 22.47%
G = 9.04%
B = 68.49%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5221FA (or 0x5221FA) is known color: Han Purple. HEX triplet: 52, 21 and FA. RGB value is (82,33,250). Sum of RGB (Red+Green+Blue) = 82+33+250=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #5221FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5221FA is #ADDE05. Grayscale: #474747. Windows color (decimal): -11394566 or 16392530. OLE color: 16392530.

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

Color convert

RGB 82 33 250 -
CMYK 0.67 0.87 0 0.02
HSL 253.55º 0.96% 0.55% -
HSV(B) 253.55º 0.87% 0.98% -
XYZ 21.28 9.78 91.21 -
YUV 72.39 228.23 134.86 -
System Red Green Blue C M Y K H S L
Decimal 82 33 250 0.67 0.87 0 0.02 253.55 0.96 0.55
Hex 52 21 FA 43 57 0 2 FE 60 37
Octal 122 41 372 103 127 0 2 376 140 67
Binary 1010010 100001 11111010 1000011 1010111 0 10 11111110 1100000 110111

Color Harmonies of #5221FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5221FA

Black with #5221FA

Text Example


Text Example

White with #5221FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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