Html Css Color HEX #5329F8 Han Purple

📋 copy color: '#5329F8'

red 83 ◦ green 41 ◦ blue 248

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

Shades of Han Purple #5329F8

Tints of Han Purple #5329F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.67%

R = 22.31%
G = 11.02%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5329F8 (or 0x5329F8) is known color: Han Purple. HEX triplet: 53, 29 and F8. RGB value is (83,41,248). Sum of RGB (Red+Green+Blue) = 83+41+248=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #5329F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5329F8 is #ACD607. Grayscale: #4C4C4C. Windows color (decimal): -11326984 or 16263507. OLE color: 16263507.

HSL color Cylindrical-coordinate representation of color #5329F8: hue angle of 252.17º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5329F8 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 41 248 -
CMYK 0.67 0.83 0 0.03
HSL 252.17º 0.94% 0.57% -
HSV(B) 252.17º 0.83% 0.97% -
XYZ 21.3 10.2 89.65 -
YUV 77.16 224.41 132.17 -
System Red Green Blue C M Y K H S L
Decimal 83 41 248 0.67 0.83 0 0.03 252.17 0.94 0.57
Hex 53 29 F8 43 53 0 3 FC 5E 39
Octal 123 51 370 103 123 0 3 374 136 71
Binary 1010011 101001 11111000 1000011 1010011 0 11 11111100 1011110 111001

Color Harmonies of #5329F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329F8

Black with #5329F8

Text Example


Text Example

White with #5329F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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