Html Css Color HEX #5518FA Han Purple

📋 copy color: '#5518FA'

red 85 ◦ green 24 ◦ blue 250

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

Shades of Han Purple #5518FA

Tints of Han Purple #5518FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 23.68%
G = 6.69%
B = 69.64%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5518FA (or 0x5518FA) is known color: Han Purple. HEX triplet: 55, 18 and FA. RGB value is (85,24,250). Sum of RGB (Red+Green+Blue) = 85+24+250=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #5518FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518FA is #AAE705. Grayscale: #434343. Windows color (decimal): -11200262 or 16390229. OLE color: 16390229.

HSL color Cylindrical-coordinate representation of color #5518FA: hue angle of 256.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5518FA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 24 250 -
CMYK 0.66 0.90 0 0.02
HSL 256.19º 0.96% 0.54% -
HSV(B) 256.19º 0.9% 0.98% -
XYZ 21.33 9.49 91.15 -
YUV 68 230.71 140.12 -
System Red Green Blue C M Y K H S L
Decimal 85 24 250 0.66 0.90 0 0.02 256.19 0.96 0.54
Hex 55 18 FA 42 5A 0 2 100 60 36
Octal 125 30 372 102 132 0 2 400 140 66
Binary 1010101 11000 11111010 1000010 1011010 0 10 100000000 1100000 110110

Color Harmonies of #5518FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518FA

Black with #5518FA

Text Example


Text Example

White with #5518FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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