Html Css Color HEX #5320FD Han Purple

📋 copy color: '#5320FD'

red 83 ◦ green 32 ◦ blue 253

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

Shades of Han Purple #5320FD

Tints of Han Purple #5320FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 22.55%
G = 8.7%
B = 68.75%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5320FD (or 0x5320FD) is known color: Han Purple. HEX triplet: 53, 20 and FD. RGB value is (83,32,253). Sum of RGB (Red+Green+Blue) = 83+32+253=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #5320FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5320FD is #ACDF02. Grayscale: #474747. Windows color (decimal): -11329283 or 16588883. OLE color: 16588883.

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

Color convert

RGB 83 32 253 -
CMYK 0.67 0.87 0 0.01
HSL 253.85º 0.98% 0.56% -
HSV(B) 253.85º 0.87% 0.99% -
XYZ 21.81 9.96 93.7 -
YUV 72.44 229.9 135.53 -
System Red Green Blue C M Y K H S L
Decimal 83 32 253 0.67 0.87 0 0.01 253.85 0.98 0.56
Hex 53 20 FD 43 57 0 1 FE 62 38
Octal 123 40 375 103 127 0 1 376 142 70
Binary 1010011 100000 11111101 1000011 1010111 0 1 11111110 1100010 111000

Color Harmonies of #5320FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320FD

Black with #5320FD

Text Example


Text Example

White with #5320FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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