Html Css Color HEX #5321FB Han Purple

📋 copy color: '#5321FB'

red 83 ◦ green 33 ◦ blue 251

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

Shades of Han Purple #5321FB

Tints of Han Purple #5321FB

RGB

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

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

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

R = 22.62%
G = 8.99%
B = 68.39%

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

#5321FB (or 0x5321FB) is known color: Han Purple. HEX triplet: 53, 21 and FB. RGB value is (83,33,251). Sum of RGB (Red+Green+Blue) = 83+33+251=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #5321FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5321FB is #ACDE04. Grayscale: #474747. Windows color (decimal): -11329029 or 16458067. OLE color: 16458067.

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

Color convert

RGB 83 33 251 -
CMYK 0.67 0.87 0 0.02
HSL 253.76º 0.96% 0.56% -
HSV(B) 253.76º 0.87% 0.98% -
XYZ 21.52 9.89 92.04 -
YUV 72.8 228.57 135.27 -
System Red Green Blue C M Y K H S L
Decimal 83 33 251 0.67 0.87 0 0.02 253.76 0.96 0.56
Hex 53 21 FB 43 57 0 2 FE 60 38
Octal 123 41 373 103 127 0 2 376 140 70
Binary 1010011 100001 11111011 1000011 1010111 0 10 11111110 1100000 111000

Color Harmonies of #5321FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321FB

Black with #5321FB

Text Example


Text Example

White with #5321FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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