Html Css Color HEX #5809FF Han Purple

📋 copy color: '#5809FF'

red 88 ◦ green 9 ◦ blue 255

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

Shades of Han Purple #5809FF

Tints of Han Purple #5809FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 25%
G = 2.56%
B = 72.44%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5809FF (or 0x5809FF) is known color: Han Purple. HEX triplet: 58, 09 and FF. RGB value is (88,9,255). Sum of RGB (Red+Green+Blue) = 88+9+255=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #5809FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5809FF is #A7F600. Grayscale: #3B3B3B. Windows color (decimal): -11007489 or 16714072. OLE color: 16714072.

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

Color convert

RGB 88 9 255 -
CMYK 0.65 0.96 0 0
HSL 259.27º 1% 0.52% -
HSV(B) 259.27º 0.96% 1% -
XYZ 22.17 9.49 95.27 -
YUV 60.67 237.67 147.5 -
System Red Green Blue C M Y K H S L
Decimal 88 9 255 0.65 0.96 0 0 259.27 1 0.52
Hex 58 9 FF 41 60 0 0 103 64 34
Octal 130 11 377 101 140 0 0 403 144 64
Binary 1011000 1001 11111111 1000001 1100000 0 0 100000011 1100100 110100

Color Harmonies of #5809FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5809FF

Black with #5809FF

Text Example


Text Example

White with #5809FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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