Html Css Color HEX #5323DF Han Purple

📋 copy color: '#5323DF'

red 83 ◦ green 35 ◦ blue 223

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

Shades of Han Purple #5323DF

Tints of Han Purple #5323DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 24.34%
G = 10.26%
B = 65.4%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5323DF (or 0x5323DF) is known color: Han Purple. HEX triplet: 53, 23 and DF. RGB value is (83,35,223). Sum of RGB (Red+Green+Blue) = 83+35+223=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #5323DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5323DF is #ACDC20. Grayscale: #464646. Windows color (decimal): -11328545 or 14623571. OLE color: 14623571.

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

Color convert

RGB 83 35 223 -
CMYK 0.63 0.84 0 0.13
HSL 255.32º 0.75% 0.51% -
HSV(B) 255.32º 0.84% 0.87% -
XYZ 17.49 8.37 70.51 -
YUV 70.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 83 35 223 0.63 0.84 0 0.13 255.32 0.75 0.51
Hex 53 23 DF 3F 54 0 D FF 4B 33
Octal 123 43 337 77 124 0 15 377 113 63
Binary 1010011 100011 11011111 111111 1010100 0 1101 11111111 1001011 110011

Color Harmonies of #5323DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5323DF

Black with #5323DF

Text Example


Text Example

White with #5323DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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