Html Css Color HEX #550EF3 Han Purple

📋 copy color: '#550EF3'

red 85 ◦ green 14 ◦ blue 243

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

Shades of Han Purple #550EF3

Tints of Han Purple #550EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.05%

R = 24.85%
G = 4.09%
B = 71.05%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#550EF3 (or 0x550EF3) is known color: Han Purple. HEX triplet: 55, 0E and F3. RGB value is (85,14,243). Sum of RGB (Red+Green+Blue) = 85+14+243=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #550EF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EF3 is #AAF10C. Grayscale: #3C3C3C. Windows color (decimal): -11202829 or 15928917. OLE color: 15928917.

HSL color Cylindrical-coordinate representation of color #550EF3: hue angle of 258.6º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EF3 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 14 243 -
CMYK 0.65 0.94 0 0.05
HSL 258.6º 0.91% 0.5% -
HSV(B) 258.6º 0.94% 0.95% -
XYZ 20.08 8.72 85.42 -
YUV 61.34 230.52 144.88 -
System Red Green Blue C M Y K H S L
Decimal 85 14 243 0.65 0.94 0 0.05 258.6 0.91 0.5
Hex 55 E F3 41 5E 0 5 103 5B 32
Octal 125 16 363 101 136 0 5 403 133 62
Binary 1010101 1110 11110011 1000001 1011110 0 101 100000011 1011011 110010

Color Harmonies of #550EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EF3

Black with #550EF3

Text Example


Text Example

White with #550EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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