Html Css Color HEX #5321FE Han Purple

📋 copy color: '#5321FE'

red 83 ◦ green 33 ◦ blue 254

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

Shades of Han Purple #5321FE

Tints of Han Purple #5321FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.92%

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 22.43%
G = 8.92%
B = 68.65%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5321FE (or 0x5321FE) is known color: Han Purple. HEX triplet: 53, 21 and FE. RGB value is (83,33,254). Sum of RGB (Red+Green+Blue) = 83+33+254=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #5321FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5321FE is #ACDE01. Grayscale: #484848. Windows color (decimal): -11329026 or 16654675. OLE color: 16654675.

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

Color convert

RGB 83 33 254 -
CMYK 0.67 0.87 0 0.00
HSL 253.57º 0.99% 0.56% -
HSV(B) 253.57º 0.87% 1% -
XYZ 22 10.08 94.55 -
YUV 73.14 230.07 135.03 -
System Red Green Blue C M Y K H S L
Decimal 83 33 254 0.67 0.87 0 0.00 253.57 0.99 0.56
Hex 53 21 FE 43 57 0 0 FE 63 38
Octal 123 41 376 103 127 0 0 376 143 70
Binary 1010011 100001 11111110 1000011 1010111 0 0 11111110 1100011 111000

Color Harmonies of #5321FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321FE

Black with #5321FE

Text Example


Text Example

White with #5321FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5321FE; }

 p { color: rgb(83,33,254); }

 H1.HeaderClassName
 {
   color: #5321FE;
 }
 .AnyTagClassName
 {
   color: #5321FE;
 }
</style>

background-color css

<style>
 a { background-color: #5321FE; }

 a { background-color: rgb(83,33,254); }

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

border-color css

<style>
 span { border-color: #5321FE; }

 span { border-color: rgb(83,33,254); }

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