Html Css Color HEX #5821F5 Han Purple

📋 copy color: '#5821F5'

red 88 ◦ green 33 ◦ blue 245

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

Shades of Han Purple #5821F5

Tints of Han Purple #5821F5

RGB

 RED value IS 88 (34.77% from 255) = 24.04%

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

 BLUE value IS 245 (96.09% from 255) = 66.94%

R = 24.04%
G = 9.02%
B = 66.94%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5821F5 (or 0x5821F5) is known color: Han Purple. HEX triplet: 58, 21 and F5. RGB value is (88,33,245). Sum of RGB (Red+Green+Blue) = 88+33+245=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 245 (96.09% from 255 or 66.94% from 366); Max value from RGB is 245 - color contains mainly: blue. Hex color #5821F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5821F5 is #A7DE0A. Grayscale: #484848. Windows color (decimal): -11001355 or 16064856. OLE color: 16064856.

HSL color Cylindrical-coordinate representation of color #5821F5: hue angle of 255.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5821F5 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 33 245 -
CMYK 0.64 0.87 0 0.04
HSL 255.57º 0.91% 0.55% -
HSV(B) 255.57º 0.87% 0.96% -
XYZ 21.05 9.75 87.16 -
YUV 73.61 224.72 138.26 -
System Red Green Blue C M Y K H S L
Decimal 88 33 245 0.64 0.87 0 0.04 255.57 0.91 0.55
Hex 58 21 F5 40 57 0 4 100 5B 37
Octal 130 41 365 100 127 0 4 400 133 67
Binary 1011000 100001 11110101 1000000 1010111 0 100 100000000 1011011 110111

Color Harmonies of #5821F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5821F5

Black with #5821F5

Text Example


Text Example

White with #5821F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5821F5; }

 p { color: rgb(88,33,245); }

 H1.HeaderClassName
 {
   color: #5821F5;
 }
 .AnyTagClassName
 {
   color: #5821F5;
 }
</style>

background-color css

<style>
 a { background-color: #5821F5; }

 a { background-color: rgb(88,33,245); }

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

border-color css

<style>
 span { border-color: #5821F5; }

 span { border-color: rgb(88,33,245); }

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