Html Css Color HEX #550EF8 Han Purple

📋 copy color: '#550EF8'

red 85 ◦ green 14 ◦ blue 248

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

Shades of Han Purple #550EF8

Tints of Han Purple #550EF8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

 BLUE value IS 248 (97.27% from 255) = 71.47%

R = 24.5%
G = 4.03%
B = 71.47%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#550EF8 (or 0x550EF8) is known color: Han Purple. HEX triplet: 55, 0E and F8. RGB value is (85,14,248). Sum of RGB (Red+Green+Blue) = 85+14+248=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 248 (97.27% from 255 or 71.47% from 347); Max value from RGB is 248 - color contains mainly: blue. Hex color #550EF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EF8 is #AAF107. Grayscale: #3D3D3D. Windows color (decimal): -11202824 or 16256597. OLE color: 16256597.

HSL color Cylindrical-coordinate representation of color #550EF8: hue angle of 258.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EF8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 14 248 -
CMYK 0.66 0.94 0 0.03
HSL 258.21º 0.94% 0.51% -
HSV(B) 258.21º 0.94% 0.97% -
XYZ 20.85 9.02 89.45 -
YUV 61.91 233.02 144.47 -
System Red Green Blue C M Y K H S L
Decimal 85 14 248 0.66 0.94 0 0.03 258.21 0.94 0.51
Hex 55 E F8 42 5E 0 3 102 5E 33
Octal 125 16 370 102 136 0 3 402 136 63
Binary 1010101 1110 11111000 1000010 1011110 0 11 100000010 1011110 110011

Color Harmonies of #550EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EF8

Black with #550EF8

Text Example


Text Example

White with #550EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550EF8; }

 p { color: rgb(85,14,248); }

 H1.HeaderClassName
 {
   color: #550EF8;
 }
 .AnyTagClassName
 {
   color: #550EF8;
 }
</style>

background-color css

<style>
 a { background-color: #550EF8; }

 a { background-color: rgb(85,14,248); }

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

border-color css

<style>
 span { border-color: #550EF8; }

 span { border-color: rgb(85,14,248); }

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