Html Css Color HEX #5321F2 Han Purple

📋 copy color: '#5321F2'

red 83 ◦ green 33 ◦ blue 242

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

Shades of Han Purple #5321F2

Tints of Han Purple #5321F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.6%

R = 23.18%
G = 9.22%
B = 67.6%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5321F2 (or 0x5321F2) is known color: Han Purple. HEX triplet: 53, 21 and F2. RGB value is (83,33,242). Sum of RGB (Red+Green+Blue) = 83+33+242=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #5321F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5321F2 is #ACDE0D. Grayscale: #464646. Windows color (decimal): -11329038 or 15868243. OLE color: 15868243.

HSL color Cylindrical-coordinate representation of color #5321F2: hue angle of 254.35º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5321F2 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 33 242 -
CMYK 0.66 0.86 0 0.05
HSL 254.35º 0.89% 0.54% -
HSV(B) 254.35º 0.86% 0.95% -
XYZ 20.14 9.34 84.75 -
YUV 71.78 224.07 136.01 -
System Red Green Blue C M Y K H S L
Decimal 83 33 242 0.66 0.86 0 0.05 254.35 0.89 0.54
Hex 53 21 F2 42 56 0 5 FE 59 36
Octal 123 41 362 102 126 0 5 376 131 66
Binary 1010011 100001 11110010 1000010 1010110 0 101 11111110 1011001 110110

Color Harmonies of #5321F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321F2

Black with #5321F2

Text Example


Text Example

White with #5321F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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