Html Css Color HEX #5221FD Han Purple

📋 copy color: '#5221FD'

red 82 ◦ green 33 ◦ blue 253

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

Shades of Han Purple #5221FD

Tints of Han Purple #5221FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 22.28%
G = 8.97%
B = 68.75%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5221FD (or 0x5221FD) is known color: Han Purple. HEX triplet: 52, 21 and FD. RGB value is (82,33,253). Sum of RGB (Red+Green+Blue) = 82+33+253=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #5221FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5221FD is #ADDE02. Grayscale: #474747. Windows color (decimal): -11394563 or 16589138. OLE color: 16589138.

HSL color Cylindrical-coordinate representation of color #5221FD: hue angle of 253.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5221FD is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 33 253 -
CMYK 0.68 0.87 0 0.01
HSL 253.36º 0.98% 0.56% -
HSV(B) 253.36º 0.87% 0.99% -
XYZ 21.75 9.97 93.71 -
YUV 72.73 229.73 134.61 -
System Red Green Blue C M Y K H S L
Decimal 82 33 253 0.68 0.87 0 0.01 253.36 0.98 0.56
Hex 52 21 FD 44 57 0 1 FD 62 38
Octal 122 41 375 104 127 0 1 375 142 70
Binary 1010010 100001 11111101 1000100 1010111 0 1 11111101 1100010 111000

Color Harmonies of #5221FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5221FD

Black with #5221FD

Text Example


Text Example

White with #5221FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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