Html Css Color HEX #5829EC Han Purple

📋 copy color: '#5829EC'

red 88 ◦ green 41 ◦ blue 236

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

Shades of Han Purple #5829EC

Tints of Han Purple #5829EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 24.11%
G = 11.23%
B = 64.66%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5829EC (or 0x5829EC) is known color: Han Purple. HEX triplet: 58, 29 and EC. RGB value is (88,41,236). Sum of RGB (Red+Green+Blue) = 88+41+236=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #5829EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829EC is #A7D613. Grayscale: #4C4C4C. Windows color (decimal): -10999316 or 15477080. OLE color: 15477080.

HSL color Cylindrical-coordinate representation of color #5829EC: hue angle of 254.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5829EC is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 41 236 -
CMYK 0.63 0.83 0 0.07
HSL 254.46º 0.84% 0.54% -
HSV(B) 254.46º 0.83% 0.93% -
XYZ 19.96 9.72 80.18 -
YUV 77.28 217.57 135.64 -
System Red Green Blue C M Y K H S L
Decimal 88 41 236 0.63 0.83 0 0.07 254.46 0.84 0.54
Hex 58 29 EC 3F 53 0 7 FE 54 36
Octal 130 51 354 77 123 0 7 376 124 66
Binary 1011000 101001 11101100 111111 1010011 0 111 11111110 1010100 110110

Color Harmonies of #5829EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5829EC

Black with #5829EC

Text Example


Text Example

White with #5829EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5829EC; }

 p { color: rgb(88,41,236); }

 H1.HeaderClassName
 {
   color: #5829EC;
 }
 .AnyTagClassName
 {
   color: #5829EC;
 }
</style>

background-color css

<style>
 a { background-color: #5829EC; }

 a { background-color: rgb(88,41,236); }

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

border-color css

<style>
 span { border-color: #5829EC; }

 span { border-color: rgb(88,41,236); }

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