Html Css Color HEX #5321FC Han Purple

📋 copy color: '#5321FC'

red 83 ◦ green 33 ◦ blue 252

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

Shades of Han Purple #5321FC

Tints of Han Purple #5321FC

RGB

 RED value IS 83 (32.81% from 255) = 22.55%

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 22.55%
G = 8.97%
B = 68.48%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5321FC (or 0x5321FC) is known color: Han Purple. HEX triplet: 53, 21 and FC. RGB value is (83,33,252). Sum of RGB (Red+Green+Blue) = 83+33+252=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #5321FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5321FC is #ACDE03. Grayscale: #484848. Windows color (decimal): -11329028 or 16523603. OLE color: 16523603.

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

Color convert

RGB 83 33 252 -
CMYK 0.67 0.87 0 0.01
HSL 253.7º 0.97% 0.56% -
HSV(B) 253.7º 0.87% 0.99% -
XYZ 21.68 9.95 92.87 -
YUV 72.92 229.07 135.19 -
System Red Green Blue C M Y K H S L
Decimal 83 33 252 0.67 0.87 0 0.01 253.7 0.97 0.56
Hex 53 21 FC 43 57 0 1 FE 61 38
Octal 123 41 374 103 127 0 1 376 141 70
Binary 1010011 100001 11111100 1000011 1010111 0 1 11111110 1100001 111000

Color Harmonies of #5321FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321FC

Black with #5321FC

Text Example


Text Example

White with #5321FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5321FC; }

 p { color: rgb(83,33,252); }

 H1.HeaderClassName
 {
   color: #5321FC;
 }
 .AnyTagClassName
 {
   color: #5321FC;
 }
</style>

background-color css

<style>
 a { background-color: #5321FC; }

 a { background-color: rgb(83,33,252); }

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

border-color css

<style>
 span { border-color: #5321FC; }

 span { border-color: rgb(83,33,252); }

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