Html Css Color HEX #5329FD Han Purple

📋 copy color: '#5329FD'

red 83 ◦ green 41 ◦ blue 253

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

Shades of Han Purple #5329FD

Tints of Han Purple #5329FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 22.02%
G = 10.88%
B = 67.11%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5329FD (or 0x5329FD) is known color: Han Purple. HEX triplet: 53, 29 and FD. RGB value is (83,41,253). Sum of RGB (Red+Green+Blue) = 83+41+253=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #5329FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5329FD is #ACD602. Grayscale: #4C4C4C. Windows color (decimal): -11326979 or 16591187. OLE color: 16591187.

HSL color Cylindrical-coordinate representation of color #5329FD: hue angle of 251.89º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5329FD is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 41 253 -
CMYK 0.67 0.84 0 0.01
HSL 251.89º 0.98% 0.58% -
HSV(B) 251.89º 0.84% 0.99% -
XYZ 22.09 10.52 93.79 -
YUV 77.73 226.91 131.76 -
System Red Green Blue C M Y K H S L
Decimal 83 41 253 0.67 0.84 0 0.01 251.89 0.98 0.58
Hex 53 29 FD 43 54 0 1 FC 62 3A
Octal 123 51 375 103 124 0 1 374 142 72
Binary 1010011 101001 11111101 1000011 1010100 0 1 11111100 1100010 111010

Color Harmonies of #5329FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329FD

Black with #5329FD

Text Example


Text Example

White with #5329FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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