Html Css Color HEX #5816F0 Han Purple

📋 copy color: '#5816F0'

red 88 ◦ green 22 ◦ blue 240

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

Shades of Han Purple #5816F0

Tints of Han Purple #5816F0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 240 (94.14% from 255) = 68.57%

R = 25.14%
G = 6.29%
B = 68.57%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5816F0 (or 0x5816F0) is known color: Han Purple. HEX triplet: 58, 16 and F0. RGB value is (88,22,240). Sum of RGB (Red+Green+Blue) = 88+22+240=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #5816F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5816F0 is #A7E90F. Grayscale: #414141. Windows color (decimal): -11004176 or 15734360. OLE color: 15734360.

HSL color Cylindrical-coordinate representation of color #5816F0: hue angle of 258.17º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5816F0 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 22 240 -
CMYK 0.63 0.91 0 0.06
HSL 258.17º 0.88% 0.51% -
HSV(B) 258.17º 0.91% 0.94% -
XYZ 20.04 8.94 83.11 -
YUV 66.59 225.87 143.27 -
System Red Green Blue C M Y K H S L
Decimal 88 22 240 0.63 0.91 0 0.06 258.17 0.88 0.51
Hex 58 16 F0 3F 5B 0 6 102 58 33
Octal 130 26 360 77 133 0 6 402 130 63
Binary 1011000 10110 11110000 111111 1011011 0 110 100000010 1011000 110011

Color Harmonies of #5816F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5816F0

Black with #5816F0

Text Example


Text Example

White with #5816F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5816F0; }

 p { color: rgb(88,22,240); }

 H1.HeaderClassName
 {
   color: #5816F0;
 }
 .AnyTagClassName
 {
   color: #5816F0;
 }
</style>

background-color css

<style>
 a { background-color: #5816F0; }

 a { background-color: rgb(88,22,240); }

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

border-color css

<style>
 span { border-color: #5816F0; }

 span { border-color: rgb(88,22,240); }

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