Html Css Color HEX #5321DF Han Purple

📋 copy color: '#5321DF'

red 83 ◦ green 33 ◦ blue 223

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

Shades of Han Purple #5321DF

Tints of Han Purple #5321DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 24.48%
G = 9.73%
B = 65.78%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5321DF (or 0x5321DF) is known color: Han Purple. HEX triplet: 53, 21 and DF. RGB value is (83,33,223). Sum of RGB (Red+Green+Blue) = 83+33+223=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #5321DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321DF is #ACDE20. Grayscale: #444444. Windows color (decimal): -11329057 or 14623059. OLE color: 14623059.

HSL color Cylindrical-coordinate representation of color #5321DF: hue angle of 255.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5321DF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 33 223 -
CMYK 0.63 0.85 0 0.13
HSL 255.79º 0.75% 0.5% -
HSV(B) 255.79º 0.85% 0.87% -
XYZ 17.43 8.25 70.49 -
YUV 69.61 214.57 137.55 -
System Red Green Blue C M Y K H S L
Decimal 83 33 223 0.63 0.85 0 0.13 255.79 0.75 0.5
Hex 53 21 DF 3F 55 0 D 100 4B 32
Octal 123 41 337 77 125 0 15 400 113 62
Binary 1010011 100001 11011111 111111 1010101 0 1101 100000000 1001011 110010

Color Harmonies of #5321DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321DF

Black with #5321DF

Text Example


Text Example

White with #5321DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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