Html Css Color HEX #5329DC Han Purple

📋 copy color: '#5329DC'

red 83 ◦ green 41 ◦ blue 220

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

Shades of Han Purple #5329DC

Tints of Han Purple #5329DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 24.13%
G = 11.92%
B = 63.95%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5329DC (or 0x5329DC) is known color: Han Purple. HEX triplet: 53, 29 and DC. RGB value is (83,41,220). Sum of RGB (Red+Green+Blue) = 83+41+220=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #5329DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329DC is #ACD623. Grayscale: #494949. Windows color (decimal): -11327012 or 14428499. OLE color: 14428499.

HSL color Cylindrical-coordinate representation of color #5329DC: hue angle of 254.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5329DC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 41 220 -
CMYK 0.62 0.81 0 0.14
HSL 254.08º 0.72% 0.51% -
HSV(B) 254.08º 0.81% 0.86% -
XYZ 17.28 8.59 68.46 -
YUV 73.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 83 41 220 0.62 0.81 0 0.14 254.08 0.72 0.51
Hex 53 29 DC 3E 51 0 E FE 48 33
Octal 123 51 334 76 121 0 16 376 110 63
Binary 1010011 101001 11011100 111110 1010001 0 1110 11111110 1001000 110011

Color Harmonies of #5329DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329DC

Black with #5329DC

Text Example


Text Example

White with #5329DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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