Html Css Color HEX #5220FA Han Purple

📋 copy color: '#5220FA'

red 82 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #5220FA

Tints of Han Purple #5220FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 22.53%
G = 8.79%
B = 68.68%

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

#5220FA (or 0x5220FA) is known color: Han Purple. HEX triplet: 52, 20 and FA. RGB value is (82,32,250). Sum of RGB (Red+Green+Blue) = 82+32+250=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #5220FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220FA is #ADDF05. Grayscale: #464646. Windows color (decimal): -11394822 or 16392274. OLE color: 16392274.

HSL color Cylindrical-coordinate representation of color #5220FA: hue angle of 253.76º 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 #5220FA is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 32 250 -
CMYK 0.67 0.87 0 0.02
HSL 253.76º 0.96% 0.55% -
HSV(B) 253.76º 0.87% 0.98% -
XYZ 21.25 9.73 91.2 -
YUV 71.8 228.57 135.27 -
System Red Green Blue C M Y K H S L
Decimal 82 32 250 0.67 0.87 0 0.02 253.76 0.96 0.55
Hex 52 20 FA 43 57 0 2 FE 60 37
Octal 122 40 372 103 127 0 2 376 140 67
Binary 1010010 100000 11111010 1000011 1010111 0 10 11111110 1100000 110111

Color Harmonies of #5220FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220FA

Black with #5220FA

Text Example


Text Example

White with #5220FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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