Html Css Color HEX #5815EC Han Purple

📋 copy color: '#5815EC'

red 88 ◦ green 21 ◦ blue 236

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

Shades of Han Purple #5815EC

Tints of Han Purple #5815EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 25.51%
G = 6.09%
B = 68.41%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5815EC (or 0x5815EC) is known color: Han Purple. HEX triplet: 58, 15 and EC. RGB value is (88,21,236). Sum of RGB (Red+Green+Blue) = 88+21+236=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #5815EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5815EC is #A7EA13. Grayscale: #404040. Windows color (decimal): -11004436 or 15471960. OLE color: 15471960.

HSL color Cylindrical-coordinate representation of color #5815EC: hue angle of 258.7º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5815EC is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 21 236 -
CMYK 0.63 0.91 0 0.07
HSL 258.7º 0.85% 0.5% -
HSV(B) 258.7º 0.91% 0.93% -
XYZ 19.43 8.67 80.01 -
YUV 65.54 224.2 144.02 -
System Red Green Blue C M Y K H S L
Decimal 88 21 236 0.63 0.91 0 0.07 258.7 0.85 0.5
Hex 58 15 EC 3F 5B 0 7 103 55 32
Octal 130 25 354 77 133 0 7 403 125 62
Binary 1011000 10101 11101100 111111 1011011 0 111 100000011 1010101 110010

Color Harmonies of #5815EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5815EC

Black with #5815EC

Text Example


Text Example

White with #5815EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5815EC; }

 p { color: rgb(88,21,236); }

 H1.HeaderClassName
 {
   color: #5815EC;
 }
 .AnyTagClassName
 {
   color: #5815EC;
 }
</style>

background-color css

<style>
 a { background-color: #5815EC; }

 a { background-color: rgb(88,21,236); }

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

border-color css

<style>
 span { border-color: #5815EC; }

 span { border-color: rgb(88,21,236); }

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