Html Css Color HEX #5220FB Han Purple

📋 copy color: '#5220FB'

red 82 ◦ green 32 ◦ blue 251

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

Shades of Han Purple #5220FB

Tints of Han Purple #5220FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.77%

R = 22.47%
G = 8.77%
B = 68.77%

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

#5220FB (or 0x5220FB) is known color: Han Purple. HEX triplet: 52, 20 and FB. RGB value is (82,32,251). Sum of RGB (Red+Green+Blue) = 82+32+251=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #5220FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220FB is #ADDF04. Grayscale: #474747. Windows color (decimal): -11394821 or 16457810. OLE color: 16457810.

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

Color convert

RGB 82 32 251 -
CMYK 0.67 0.87 0 0.02
HSL 253.7º 0.96% 0.55% -
HSV(B) 253.7º 0.87% 0.98% -
XYZ 21.41 9.79 92.03 -
YUV 71.92 229.07 135.19 -
System Red Green Blue C M Y K H S L
Decimal 82 32 251 0.67 0.87 0 0.02 253.7 0.96 0.55
Hex 52 20 FB 43 57 0 2 FE 60 37
Octal 122 40 373 103 127 0 2 376 140 67
Binary 1010010 100000 11111011 1000011 1010111 0 10 11111110 1100000 110111

Color Harmonies of #5220FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220FB

Black with #5220FB

Text Example


Text Example

White with #5220FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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