Html Css Color HEX #5829FA Han Purple

📋 copy color: '#5829FA'

red 88 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #5829FA

Tints of Han Purple #5829FA

RGB

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

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

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

R = 23.22%
G = 10.82%
B = 65.96%

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

#5829FA (or 0x5829FA) is known color: Han Purple. HEX triplet: 58, 29 and FA. RGB value is (88,41,250). Sum of RGB (Red+Green+Blue) = 88+41+250=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #5829FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829FA is #A7D605. Grayscale: #4E4E4E. Windows color (decimal): -10999302 or 16394584. OLE color: 16394584.

HSL color Cylindrical-coordinate representation of color #5829FA: hue angle of 253.49º 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 #5829FA is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 41 250 -
CMYK 0.65 0.84 0 0.02
HSL 253.49º 0.95% 0.57% -
HSV(B) 253.49º 0.84% 0.98% -
XYZ 22.07 10.56 91.32 -
YUV 78.88 224.57 134.51 -
System Red Green Blue C M Y K H S L
Decimal 88 41 250 0.65 0.84 0 0.02 253.49 0.95 0.57
Hex 58 29 FA 41 54 0 2 FD 5F 39
Octal 130 51 372 101 124 0 2 375 137 71
Binary 1011000 101001 11111010 1000001 1010100 0 10 11111101 1011111 111001

Color Harmonies of #5829FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5829FA

Black with #5829FA

Text Example


Text Example

White with #5829FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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