Html Css Color HEX #5320FA Han Purple

📋 copy color: '#5320FA'

red 83 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #5320FA

Tints of Han Purple #5320FA

RGB

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

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

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

R = 22.74%
G = 8.77%
B = 68.49%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5320FA (or 0x5320FA) is known color: Han Purple. HEX triplet: 53, 20 and FA. RGB value is (83,32,250). Sum of RGB (Red+Green+Blue) = 83+32+250=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #5320FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5320FA is #ACDF05. Grayscale: #474747. Windows color (decimal): -11329286 or 16392275. OLE color: 16392275.

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

Color convert

RGB 83 32 250 -
CMYK 0.67 0.87 0 0.02
HSL 254.04º 0.96% 0.55% -
HSV(B) 254.04º 0.87% 0.98% -
XYZ 21.34 9.77 91.2 -
YUV 72.1 228.4 135.77 -
System Red Green Blue C M Y K H S L
Decimal 83 32 250 0.67 0.87 0 0.02 254.04 0.96 0.55
Hex 53 20 FA 43 57 0 2 FE 60 37
Octal 123 40 372 103 127 0 2 376 140 67
Binary 1010011 100000 11111010 1000011 1010111 0 10 11111110 1100000 110111

Color Harmonies of #5320FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320FA

Black with #5320FA

Text Example


Text Example

White with #5320FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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