Html Css Color HEX #5516FA Han Purple

📋 copy color: '#5516FA'

red 85 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #5516FA

Tints of Han Purple #5516FA

RGB

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

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

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

R = 23.81%
G = 6.16%
B = 70.03%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5516FA (or 0x5516FA) is known color: Han Purple. HEX triplet: 55, 16 and FA. RGB value is (85,22,250). Sum of RGB (Red+Green+Blue) = 85+22+250=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #5516FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5516FA is #AAE905. Grayscale: #414141. Windows color (decimal): -11200774 or 16389717. OLE color: 16389717.

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

Color convert

RGB 85 22 250 -
CMYK 0.66 0.91 0 0.02
HSL 256.58º 0.96% 0.53% -
HSV(B) 256.58º 0.91% 0.98% -
XYZ 21.29 9.41 91.14 -
YUV 66.83 231.37 140.96 -
System Red Green Blue C M Y K H S L
Decimal 85 22 250 0.66 0.91 0 0.02 256.58 0.96 0.53
Hex 55 16 FA 42 5B 0 2 101 60 35
Octal 125 26 372 102 133 0 2 401 140 65
Binary 1010101 10110 11111010 1000010 1011011 0 10 100000001 1100000 110101

Color Harmonies of #5516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516FA

Black with #5516FA

Text Example


Text Example

White with #5516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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