Html Css Color HEX #5820FF Han Purple

📋 copy color: '#5820FF'

red 88 ◦ green 32 ◦ blue 255

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

Shades of Han Purple #5820FF

Tints of Han Purple #5820FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68%

R = 23.47%
G = 8.53%
B = 68%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5820FF (or 0x5820FF) is known color: Han Purple. HEX triplet: 58, 20 and FF. RGB value is (88,32,255). Sum of RGB (Red+Green+Blue) = 88+32+255=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #5820FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5820FF is #A7DF00. Grayscale: #494949. Windows color (decimal): -11001601 or 16719960. OLE color: 16719960.

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

Color convert

RGB 88 32 255 -
CMYK 0.65 0.87 0 0
HSL 255.07º 1% 0.56% -
HSV(B) 255.07º 0.87% 1% -
XYZ 22.59 10.33 95.41 -
YUV 74.17 230.05 137.87 -
System Red Green Blue C M Y K H S L
Decimal 88 32 255 0.65 0.87 0 0 255.07 1 0.56
Hex 58 20 FF 41 57 0 0 FF 64 38
Octal 130 40 377 101 127 0 0 377 144 70
Binary 1011000 100000 11111111 1000001 1010111 0 0 11111111 1100100 111000

Color Harmonies of #5820FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820FF

Black with #5820FF

Text Example


Text Example

White with #5820FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5820FF; }

 p { color: rgb(88,32,255); }

 H1.HeaderClassName
 {
   color: #5820FF;
 }
 .AnyTagClassName
 {
   color: #5820FF;
 }
</style>

background-color css

<style>
 a { background-color: #5820FF; }

 a { background-color: rgb(88,32,255); }

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

border-color css

<style>
 span { border-color: #5820FF; }

 span { border-color: rgb(88,32,255); }

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