Html Css Color HEX #5813FE Han Purple

📋 copy color: '#5813FE'

red 88 ◦ green 19 ◦ blue 254

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

Shades of Han Purple #5813FE

Tints of Han Purple #5813FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 24.38%
G = 5.26%
B = 70.36%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5813FE (or 0x5813FE) is known color: Han Purple. HEX triplet: 58, 13 and FE. RGB value is (88,19,254). Sum of RGB (Red+Green+Blue) = 88+19+254=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #5813FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5813FE is #A7EC01. Grayscale: #414141. Windows color (decimal): -11004930 or 16651096. OLE color: 16651096.

HSL color Cylindrical-coordinate representation of color #5813FE: hue angle of 257.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5813FE is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 19 254 -
CMYK 0.65 0.93 0 0.00
HSL 257.62º 0.99% 0.54% -
HSV(B) 257.62º 0.93% 1% -
XYZ 22.15 9.7 94.47 -
YUV 66.42 233.86 143.39 -
System Red Green Blue C M Y K H S L
Decimal 88 19 254 0.65 0.93 0 0.00 257.62 0.99 0.54
Hex 58 13 FE 41 5D 0 0 102 63 36
Octal 130 23 376 101 135 0 0 402 143 66
Binary 1011000 10011 11111110 1000001 1011101 0 0 100000010 1100011 110110

Color Harmonies of #5813FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5813FE

Black with #5813FE

Text Example


Text Example

White with #5813FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5813FE; }

 p { color: rgb(88,19,254); }

 H1.HeaderClassName
 {
   color: #5813FE;
 }
 .AnyTagClassName
 {
   color: #5813FE;
 }
</style>

background-color css

<style>
 a { background-color: #5813FE; }

 a { background-color: rgb(88,19,254); }

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

border-color css

<style>
 span { border-color: #5813FE; }

 span { border-color: rgb(88,19,254); }

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