Html Css Color HEX #5329DE Han Purple

📋 copy color: '#5329DE'

red 83 ◦ green 41 ◦ blue 222

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

Shades of Han Purple #5329DE

Tints of Han Purple #5329DE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 23.99%
G = 11.85%
B = 64.16%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5329DE (or 0x5329DE) is known color: Han Purple. HEX triplet: 53, 29 and DE. RGB value is (83,41,222). Sum of RGB (Red+Green+Blue) = 83+41+222=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #5329DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329DE is #ACD621. Grayscale: #494949. Windows color (decimal): -11327010 or 14559571. OLE color: 14559571.

HSL color Cylindrical-coordinate representation of color #5329DE: hue angle of 253.92º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5329DE is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 41 222 -
CMYK 0.63 0.82 0 0.13
HSL 253.92º 0.73% 0.52% -
HSV(B) 253.92º 0.82% 0.87% -
XYZ 17.55 8.7 69.86 -
YUV 74.19 211.41 134.28 -
System Red Green Blue C M Y K H S L
Decimal 83 41 222 0.63 0.82 0 0.13 253.92 0.73 0.52
Hex 53 29 DE 3F 52 0 D FE 49 34
Octal 123 51 336 77 122 0 15 376 111 64
Binary 1010011 101001 11011110 111111 1010010 0 1101 11111110 1001001 110100

Color Harmonies of #5329DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329DE

Black with #5329DE

Text Example


Text Example

White with #5329DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5329DE; }

 p { color: rgb(83,41,222); }

 H1.HeaderClassName
 {
   color: #5329DE;
 }
 .AnyTagClassName
 {
   color: #5329DE;
 }
</style>

background-color css

<style>
 a { background-color: #5329DE; }

 a { background-color: rgb(83,41,222); }

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

border-color css

<style>
 span { border-color: #5329DE; }

 span { border-color: rgb(83,41,222); }

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