Html Css Color HEX #5813FF Han Purple

📋 copy color: '#5813FF'

red 88 ◦ green 19 ◦ blue 255

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

Shades of Han Purple #5813FF

Tints of Han Purple #5813FF

RGB

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

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

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

R = 24.31%
G = 5.25%
B = 70.44%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5813FF (or 0x5813FF) is known color: Han Purple. HEX triplet: 58, 13 and FF. RGB value is (88,19,255). Sum of RGB (Red+Green+Blue) = 88+19+255=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #5813FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5813FF is #A7EC00. Grayscale: #414141. Windows color (decimal): -11004929 or 16716632. OLE color: 16716632.

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

Color convert

RGB 88 19 255 -
CMYK 0.65 0.93 0 0
HSL 257.54º 1% 0.54% -
HSV(B) 257.54º 0.93% 1% -
XYZ 22.31 9.76 95.32 -
YUV 66.54 234.36 143.31 -
System Red Green Blue C M Y K H S L
Decimal 88 19 255 0.65 0.93 0 0 257.54 1 0.54
Hex 58 13 FF 41 5D 0 0 102 64 36
Octal 130 23 377 101 135 0 0 402 144 66
Binary 1011000 10011 11111111 1000001 1011101 0 0 100000010 1100100 110110

Color Harmonies of #5813FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5813FF

Black with #5813FF

Text Example


Text Example

White with #5813FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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