Html Css Color HEX #5829FC Han Purple

📋 copy color: '#5829FC'

red 88 ◦ green 41 ◦ blue 252

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

Shades of Han Purple #5829FC

Tints of Han Purple #5829FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 23.1%
G = 10.76%
B = 66.14%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5829FC (or 0x5829FC) is known color: Han Purple. HEX triplet: 58, 29 and FC. RGB value is (88,41,252). Sum of RGB (Red+Green+Blue) = 88+41+252=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #5829FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829FC is #A7D603. Grayscale: #4E4E4E. Windows color (decimal): -10999300 or 16525656. OLE color: 16525656.

HSL color Cylindrical-coordinate representation of color #5829FC: hue angle of 253.36º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5829FC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 41 252 -
CMYK 0.65 0.84 0 0.01
HSL 253.36º 0.97% 0.57% -
HSV(B) 253.36º 0.84% 0.99% -
XYZ 22.39 10.69 92.98 -
YUV 79.11 225.57 134.34 -
System Red Green Blue C M Y K H S L
Decimal 88 41 252 0.65 0.84 0 0.01 253.36 0.97 0.57
Hex 58 29 FC 41 54 0 1 FD 61 39
Octal 130 51 374 101 124 0 1 375 141 71
Binary 1011000 101001 11111100 1000001 1010100 0 1 11111101 1100001 111001

Color Harmonies of #5829FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5829FC

Black with #5829FC

Text Example


Text Example

White with #5829FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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