Html Css Color HEX #5829FD Han Purple

📋 copy color: '#5829FD'

red 88 ◦ green 41 ◦ blue 253

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

Shades of Han Purple #5829FD

Tints of Han Purple #5829FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 23.04%
G = 10.73%
B = 66.23%

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

#5829FD (or 0x5829FD) is known color: Han Purple. HEX triplet: 58, 29 and FD. RGB value is (88,41,253). Sum of RGB (Red+Green+Blue) = 88+41+253=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #5829FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829FD is #A7D602. Grayscale: #4E4E4E. Windows color (decimal): -10999299 or 16591192. OLE color: 16591192.

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

Color convert

RGB 88 41 253 -
CMYK 0.65 0.84 0 0.01
HSL 253.3º 0.98% 0.58% -
HSV(B) 253.3º 0.84% 0.99% -
XYZ 22.55 10.75 93.82 -
YUV 79.22 226.07 134.26 -
System Red Green Blue C M Y K H S L
Decimal 88 41 253 0.65 0.84 0 0.01 253.3 0.98 0.58
Hex 58 29 FD 41 54 0 1 FD 62 3A
Octal 130 51 375 101 124 0 1 375 142 72
Binary 1011000 101001 11111101 1000001 1010100 0 1 11111101 1100010 111010

Color Harmonies of #5829FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5829FD

Black with #5829FD

Text Example


Text Example

White with #5829FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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