Html Css Color HEX #5827FF Han Purple

📋 copy color: '#5827FF'

red 88 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #5827FF

Tints of Han Purple #5827FF

RGB

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

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

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

R = 23.04%
G = 10.21%
B = 66.75%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5827FF (or 0x5827FF) is known color: Han Purple. HEX triplet: 58, 27 and FF. RGB value is (88,39,255). Sum of RGB (Red+Green+Blue) = 88+39+255=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #5827FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5827FF is #A7D800. Grayscale: #4D4D4D. Windows color (decimal): -10999809 or 16721752. OLE color: 16721752.

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

Color convert

RGB 88 39 255 -
CMYK 0.65 0.85 0 0
HSL 253.61º 1% 0.58% -
HSV(B) 253.61º 0.85% 1% -
XYZ 22.8 10.75 95.48 -
YUV 78.28 227.73 134.94 -
System Red Green Blue C M Y K H S L
Decimal 88 39 255 0.65 0.85 0 0 253.61 1 0.58
Hex 58 27 FF 41 55 0 0 FE 64 3A
Octal 130 47 377 101 125 0 0 376 144 72
Binary 1011000 100111 11111111 1000001 1010101 0 0 11111110 1100100 111010

Color Harmonies of #5827FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5827FF

Black with #5827FF

Text Example


Text Example

White with #5827FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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