Html Css Color HEX #5821FA Han Purple

📋 copy color: '#5821FA'

red 88 ◦ green 33 ◦ blue 250

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

Shades of Han Purple #5821FA

Tints of Han Purple #5821FA

RGB

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

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

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

R = 23.72%
G = 8.89%
B = 67.39%

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

#5821FA (or 0x5821FA) is known color: Han Purple. HEX triplet: 58, 21 and FA. RGB value is (88,33,250). Sum of RGB (Red+Green+Blue) = 88+33+250=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #5821FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5821FA is #A7DE05. Grayscale: #494949. Windows color (decimal): -11001350 or 16392536. OLE color: 16392536.

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

Color convert

RGB 88 33 250 -
CMYK 0.65 0.87 0 0.02
HSL 255.21º 0.96% 0.55% -
HSV(B) 255.21º 0.87% 0.98% -
XYZ 21.82 10.06 91.23 -
YUV 74.18 227.22 137.86 -
System Red Green Blue C M Y K H S L
Decimal 88 33 250 0.65 0.87 0 0.02 255.21 0.96 0.55
Hex 58 21 FA 41 57 0 2 FF 60 37
Octal 130 41 372 101 127 0 2 377 140 67
Binary 1011000 100001 11111010 1000001 1010111 0 10 11111111 1100000 110111

Color Harmonies of #5821FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5821FA

Black with #5821FA

Text Example


Text Example

White with #5821FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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