Html Css Color HEX #5328FA Han Purple

📋 copy color: '#5328FA'

red 83 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #5328FA

Tints of Han Purple #5328FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 22.25%
G = 10.72%
B = 67.02%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5328FA (or 0x5328FA) is known color: Han Purple. HEX triplet: 53, 28 and FA. RGB value is (83,40,250). Sum of RGB (Red+Green+Blue) = 83+40+250=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #5328FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5328FA is #ACD705. Grayscale: #4C4C4C. Windows color (decimal): -11327238 or 16394323. OLE color: 16394323.

HSL color Cylindrical-coordinate representation of color #5328FA: hue angle of 252.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5328FA is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 40 250 -
CMYK 0.67 0.84 0 0.02
HSL 252.29º 0.95% 0.57% -
HSV(B) 252.29º 0.84% 0.98% -
XYZ 21.58 10.26 91.29 -
YUV 76.8 225.75 132.42 -
System Red Green Blue C M Y K H S L
Decimal 83 40 250 0.67 0.84 0 0.02 252.29 0.95 0.57
Hex 53 28 FA 43 54 0 2 FC 5F 39
Octal 123 50 372 103 124 0 2 374 137 71
Binary 1010011 101000 11111010 1000011 1010100 0 10 11111100 1011111 111001

Color Harmonies of #5328FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5328FA

Black with #5328FA

Text Example


Text Example

White with #5328FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5328FA; }

 p { color: rgb(83,40,250); }

 H1.HeaderClassName
 {
   color: #5328FA;
 }
 .AnyTagClassName
 {
   color: #5328FA;
 }
</style>

background-color css

<style>
 a { background-color: #5328FA; }

 a { background-color: rgb(83,40,250); }

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

border-color css

<style>
 span { border-color: #5328FA; }

 span { border-color: rgb(83,40,250); }

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