Html Css Color HEX #5827FA Han Purple

📋 copy color: '#5827FA'

red 88 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #5827FA

Tints of Han Purple #5827FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 23.34%
G = 10.34%
B = 66.31%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5827FA (or 0x5827FA) is known color: Han Purple. HEX triplet: 58, 27 and FA. RGB value is (88,39,250). Sum of RGB (Red+Green+Blue) = 88+39+250=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #5827FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5827FA is #A7D805. Grayscale: #4C4C4C. Windows color (decimal): -10999814 or 16394072. OLE color: 16394072.

HSL color Cylindrical-coordinate representation of color #5827FA: hue angle of 253.93º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5827FA is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 39 250 -
CMYK 0.65 0.84 0 0.02
HSL 253.93º 0.95% 0.57% -
HSV(B) 253.93º 0.84% 0.98% -
XYZ 22.01 10.43 91.3 -
YUV 77.71 225.23 135.34 -
System Red Green Blue C M Y K H S L
Decimal 88 39 250 0.65 0.84 0 0.02 253.93 0.95 0.57
Hex 58 27 FA 41 54 0 2 FE 5F 39
Octal 130 47 372 101 124 0 2 376 137 71
Binary 1011000 100111 11111010 1000001 1010100 0 10 11111110 1011111 111001

Color Harmonies of #5827FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5827FA

Black with #5827FA

Text Example


Text Example

White with #5827FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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