Html Css Color HEX #5820FA Han Purple

📋 copy color: '#5820FA'

red 88 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #5820FA

Tints of Han Purple #5820FA

RGB

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

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

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

R = 23.78%
G = 8.65%
B = 67.57%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5820FA (or 0x5820FA) is known color: Han Purple. HEX triplet: 58, 20 and FA. RGB value is (88,32,250). Sum of RGB (Red+Green+Blue) = 88+32+250=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #5820FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5820FA is #A7DF05. Grayscale: #484848. Windows color (decimal): -11001606 or 16392280. OLE color: 16392280.

HSL color Cylindrical-coordinate representation of color #5820FA: hue angle of 255.41º 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 #5820FA is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 32 250 -
CMYK 0.65 0.87 0 0.02
HSL 255.41º 0.96% 0.55% -
HSV(B) 255.41º 0.87% 0.98% -
XYZ 21.8 10.01 91.23 -
YUV 73.6 227.55 138.27 -
System Red Green Blue C M Y K H S L
Decimal 88 32 250 0.65 0.87 0 0.02 255.41 0.96 0.55
Hex 58 20 FA 41 57 0 2 FF 60 37
Octal 130 40 372 101 127 0 2 377 140 67
Binary 1011000 100000 11111010 1000001 1010111 0 10 11111111 1100000 110111

Color Harmonies of #5820FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820FA

Black with #5820FA

Text Example


Text Example

White with #5820FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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