Html Css Color HEX #5518F1 Han Purple

📋 copy color: '#5518F1'

red 85 ◦ green 24 ◦ blue 241

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

Shades of Han Purple #5518F1

Tints of Han Purple #5518F1

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 241 (94.53% from 255) = 68.86%

R = 24.29%
G = 6.86%
B = 68.86%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5518F1 (or 0x5518F1) is known color: Han Purple. HEX triplet: 55, 18 and F1. RGB value is (85,24,241). Sum of RGB (Red+Green+Blue) = 85+24+241=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #5518F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518F1 is #AAE70E. Grayscale: #424242. Windows color (decimal): -11200271 or 15800405. OLE color: 15800405.

HSL color Cylindrical-coordinate representation of color #5518F1: hue angle of 256.87º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5518F1 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 24 241 -
CMYK 0.65 0.90 0 0.05
HSL 256.87º 0.89% 0.52% -
HSV(B) 256.87º 0.9% 0.95% -
XYZ 19.95 8.94 83.89 -
YUV 66.98 226.21 140.86 -
System Red Green Blue C M Y K H S L
Decimal 85 24 241 0.65 0.90 0 0.05 256.87 0.89 0.52
Hex 55 18 F1 41 5A 0 5 101 59 34
Octal 125 30 361 101 132 0 5 401 131 64
Binary 1010101 11000 11110001 1000001 1011010 0 101 100000001 1011001 110100

Color Harmonies of #5518F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518F1

Black with #5518F1

Text Example


Text Example

White with #5518F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5518F1; }

 p { color: rgb(85,24,241); }

 H1.HeaderClassName
 {
   color: #5518F1;
 }
 .AnyTagClassName
 {
   color: #5518F1;
 }
</style>

background-color css

<style>
 a { background-color: #5518F1; }

 a { background-color: rgb(85,24,241); }

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

border-color css

<style>
 span { border-color: #5518F1; }

 span { border-color: rgb(85,24,241); }

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