Html Css Color HEX #5329DD Han Purple

📋 copy color: '#5329DD'

red 83 ◦ green 41 ◦ blue 221

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

Shades of Han Purple #5329DD

Tints of Han Purple #5329DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 24.06%
G = 11.88%
B = 64.06%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5329DD (or 0x5329DD) is known color: Han Purple. HEX triplet: 53, 29 and DD. RGB value is (83,41,221). Sum of RGB (Red+Green+Blue) = 83+41+221=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #5329DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329DD is #ACD622. Grayscale: #494949. Windows color (decimal): -11327011 or 14494035. OLE color: 14494035.

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

Color convert

RGB 83 41 221 -
CMYK 0.62 0.81 0 0.13
HSL 254º 0.73% 0.51% -
HSV(B) 254º 0.81% 0.87% -
XYZ 17.41 8.65 69.16 -
YUV 74.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 83 41 221 0.62 0.81 0 0.13 254 0.73 0.51
Hex 53 29 DD 3E 51 0 D FE 49 33
Octal 123 51 335 76 121 0 15 376 111 63
Binary 1010011 101001 11011101 111110 1010001 0 1101 11111110 1001001 110011

Color Harmonies of #5329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329DD

Black with #5329DD

Text Example


Text Example

White with #5329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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